---------- Forwarded message ----------
From: Ajayi Yinka <iamstyaj...@googlemail.com>
Date: Tue, Mar 31, 2009 at 9:01 AM
Subject: Re: NewBie question :Implementation of Collapsible Link
To: users@wicket.apache.org



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 <jer...@wickettraining.com
> 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 <iamstyaj...@googlemail.com
> >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
> >
>

Reply via email to