Fwd: NewBie question :Implementation of Collapsible Link

2009-03-31 Thread Ajayi Yinka
-- 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
   liItem 1/li
   liItem 2/li
   liItem 3
ul
liItem 3.1/li
liItem 3.2
   ul
   liItem 3.2.1/li
   liItem 3.2.2/li
   liItem 3.2.3/li
  /ul
   /li
   liItem 3.3/li
   /ul
  /li
   liItem 4
  ul
  liItem 4.1/li
  liItem 4.2
  ul
  liItem 4.2.1/li
  liItem 4.2.2/li
  /ul
   /li
 /ul
 /li
liItem 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
 



Re: NewBie question :Implementation of Collapsible Link

2009-03-31 Thread James Carman
Are you looking for a menu system?

On Tue, Mar 31, 2009 at 4:04 AM, Ajayi Yinka iamstyaj...@googlemail.com wrote:
 -- 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
           liItem 1/li
           liItem 2/li
           liItem 3
                    ul
                    liItem 3.1/li
                    liItem 3.2
                               ul
                               liItem 3.2.1/li
                               liItem 3.2.2/li
                               liItem 3.2.3/li
                              /ul
                   /li
                   liItem 3.3/li
                   /ul
          /li
           liItem 4
                      ul
                      liItem 4.1/li
                      liItem 4.2
                                  ul
                                  liItem 4.2.1/li
                                  liItem 4.2.2/li
                                  /ul
                       /li
                     /ul
             /li
            liItem 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
 



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: NewBie question :Implementation of Collapsible Link

2009-03-31 Thread Ajayi Yinka
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
jcar...@carmanconsulting.comwrote:

 Are you looking for a menu system?

 On Tue, Mar 31, 2009 at 4:04 AM, Ajayi Yinka iamstyaj...@googlemail.com
 wrote:
  -- 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
liItem 1/li
liItem 2/li
liItem 3
 ul
 liItem 3.1/li
 liItem 3.2
ul
liItem 3.2.1/li
liItem 3.2.2/li
liItem 3.2.3/li
   /ul
/li
liItem 3.3/li
/ul
   /li
liItem 4
   ul
   liItem 4.1/li
   liItem 4.2
   ul
   liItem 4.2.1/li
   liItem 4.2.2/li
   /ul
/li
  /ul
  /li
 liItem 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
  
 
 

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




NewBie question :Implementation of Collapsible Link

2009-03-30 Thread Ajayi Yinka
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