Page 1 of 1

change the look of menu

PostPosted: Wed Oct 19, 2011 6:44 am
by pie
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?

Image

Re: change the look of menu

PostPosted: Wed Oct 19, 2011 9:29 am
by shannah
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