[jboss-dev-forums] [Design of JBoss jBPM] - Re: Web Console: Context Menus and Navigation
david.lloyd@jboss.com
do-not-reply at jboss.com
Wed Dec 27 12:02:26 EST 2006
"kukeltje" wrote : Great, thanks for the feedback on the feedback.
|
| I'll think about some generic mechanism for highlighting the current menu item in relation to the page. We need this in our company as well, and for the seam-gen pages it would be cool to.
|
| Maybe some small javascript wrapped in a jbpm:higlightmenu tag that takes an id as a param and sets the class of that id to something different. Should not be to difficult I guess. You just have to explicitly assign id's to menuitems.... This way the navigation does not realy influence the menu (at least not the highlighting)
Yeah, the main issue I had was associating a screen with the menu item. I thought about perhaps using view ID for this purpose. I will think about this some more.
"kukeltje" wrote : ohhh and yes, I meant the grey in the menu... (are they tables? Maybe a UL/LI is easier to read in the code...
Ah, no those don't use UL, they're just consecutive DIVs (well, also A and SPAN with display:block set on them). Changing them is as easy as changing the CSS.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996478#3996478
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996478
More information about the jboss-dev-forums
mailing list