change the look of menu

Archived from the Xataface Users forum.

pie — Wed Oct 19, 2011 6:44 am

Hello

I wonder if its possible to add a tab, containing a drop down box, beside the ‘find’ tab. When i change the value of the drop down box, the result of my table should change.

Is someting like this possible?


shannah — Wed Oct 19, 2011 9:29 am

You can add a tab there by adding an action with category “table_tabs”. You would need to do your own javascript/css to turn it into a dropdown though.

E.g. in your application’s actions.ini file:

Code: Select all
[mytab]     label="My Tab"     url="#"     category="table_tabs"

There is more in the wiki on actions you should check out if you want to go into more detail.

-Steve