But I have a quick question about capability that I was hoping someone could answer faster than waiting until I came across that sample...
Currently our web application has a link (lets call it "Commands") and when you click it the server figures out which actual commands are available for the item you selected based on some internal logic. So for example, Item 1 might have the commands "Edit" and "Delete" while Item 2 might have only the "Delete" command available.
We are wanting to replace the "click the link and go to a separate screen where you select the command" interface with a DHTML drop-down menu where you could click the link/icon and then select the command via the menu, resulting in a cleaner interface.
The question I have is what capabilities, if any, are there built-into Milonic menus that could allow the server to communicate back to the client menu which commands should be displayed in which circumstances? Or would I be stuck with client-side only processing and would have to already have that information on the client side priort to building the menu?
I am trying to minimize the performance hit from having to pass ALL of the different item/command combinations up to the client at once and would rather take a "one off hit" of server-client communication at the time of the mouse-over as typically people only will click on one or two of the displayed (100+) items at any given usage session.
If this should be posted to a different forum, please re-direct me

Thanks.