I have some idea to share:
1. Make Tree/Menu/Tab using pure HTML and CSS (Maybe sometimes we have to
use a little javascript)
   The book <<Wrox CSS Instant Results>> (Apr
2006)(http://www.amazon.com/CSS-Instant-Results-Programmer/dp/047175126X/ref=pd_bbs_sr_1/105-5643042-3040404?ie=UTF8&s=books&qid=1182907188&sr=8-1)
has given some excellent examples. These examples use just unordered list
(<ul> <li>) , CSS and a little JS to produce Menu/Tab/Layout. I have also
one example to use just unordered list, CSS and a little JS to produce Tree.
   
2. Wrapp the above examples in Wicket. Because the examples use just
<ul><li>, so it is very easy to produce a dynamic Tree/Menu/Tab.


igor.vaynberg wrote:
> 
> On 6/26/07, Doug Leeper <[EMAIL PROTECTED]> wrote:
>>
>> I am new to wicket and am currently researching the capabilities of this
>> framework.  I believe this is the route to go in developing web
>> applications
>> (previous experience has been JSP).
>>
>> The question I have is there any components that mimic
>> ToolBar/Menu/MenuItem functionality?  In my quick look, I couldn't find
>> anything.  If not, does anyone recommend anything that can integrate with
>> Wicket?  BTW...the menu/menu items need to be dynamic depending on some
>> current domain state.
>>
>> Thanks in advance.
>> - Doug
>>
> 
> pick any javascript lib that builds menus. it should be easy to integrate,
> and im sure you will get help on how to do that here.
> 
> -igor
> 

-- 
View this message in context: 
http://www.nabble.com/Dynamic-Menus--tf3983970.html#a11316865
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to