I think what I want to do is on this page http://www.wicket-library.com/wicket-examples/ajax/tree/table/editable.1
Thanks for your indulgence. On Tue, Mar 31, 2009 at 5:44 PM, James Carman <[email protected]>wrote: > Are you looking for a menu system? > > On Tue, Mar 31, 2009 at 4:04 AM, Ajayi Yinka <[email protected]> > wrote: > > ---------- Forwarded message ---------- > > From: Ajayi Yinka <[email protected]> > > Date: Tue, Mar 31, 2009 at 9:01 AM > > Subject: Re: NewBie question :Implementation of Collapsible Link > > To: [email protected] > > > > > > > > Thanks so much. > > > > I want a tree view (What I really want to implement is a collapsible > list, > > whereby a click on a link will display sublinks.) > > > > I am afraid if you understand what I am trying to do now. I guess the > > following html will give better insight. > > <ul> > > <li>Item 1</li> > > <li>Item 2</li> > > <li>Item 3 > > <ul> > > <li>Item 3.1</li> > > <li>Item 3.2 > > <ul> > > <li>Item 3.2.1</li> > > <li>Item 3.2.2</li> > > <li>Item 3.2.3</li> > > </ul> > > </li> > > <li>Item 3.3</li> > > </ul> > > </li> > > <li>Item 4 > > <ul> > > <li>Item 4.1</li> > > <li>Item 4.2 > > <ul> > > <li>Item 4.2.1</li> > > <li>Item 4.2.2</li> > > </ul> > > </li> > > </ul> > > </li> > > <li>Item 5</li> > > </ul> > > > > I will appreate your good indulgence concerning my request. Thanks > > > > Reagard, > > Yinka > > > > > > On Tue, Mar 31, 2009 at 3:30 AM, Jeremy Thomerson < > [email protected] > >> wrote: > > > >> More details necessary. An accordion panel or tree view? Etc... > >> > >> -- > >> Jeremy Thomerson > >> http://www.wickettraining.com > >> > >> > >> > >> On Mon, Mar 30, 2009 at 3:19 AM, Ajayi Yinka < > [email protected] > >> >wrote: > >> > >> > I am trying to see if i can implement collapsible link in my page. > >> > > >> > i had tried to use Link Tree, but I was getting error which I could > not > >> > even > >> > trace or decipher the cause. > >> > > >> > Please, can anyone give me insight on the best way to implement the > >> > "collapsible link" > >> > > >> > Thanks. > >> > Yinka > >> > > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
