Multiple Level Accordian Menu

7 messages Options
Embed this post
Permalink
TH Lim

Multiple Level Accordian Menu

Reply Threaded More More options
Print post
Permalink
Hi,

I am looking for a multiple level accordian menu. The menu bar in http://www.wickext.org/demo/ is pretty close to what I want. Where can I get the codes to the demo?

I want to extend the menu to 5 levels and the menu items are read from JCR. Any suggestion would be great here.

Thanks.

/lim/
Lionel Armanet

Re: Multiple Level Accordian Menu

Reply Threaded More More options
Print post
Permalink
Hi, you can check it out in our SVN repository on google code: http://code.google.com/p/wiquery/source/browse/#svn/demoapp

See u !

On Wed, May 13, 2009 at 6:34 PM, TH Lim (via Nabble) <[hidden email]> wrote:
Hi,

I am looking for a multiple level accordian menu. The menu bar in http://www.wickext.org/demo/ is pretty close to what I want. Where can I get the codes to the demo?

I want to extend the menu to 5 levels and the menu items are read from JCR. Any suggestion would be great here.

Thanks.

/lim/



--
__________________________________

Lionel Armanet
WickeXt becomes WiQuery ! http://code.google.com/p/wiquery
gmail: lionel.armanet*at*gmail.com


TH Lim

Re: Multiple Level Accordian Menu

Reply Threaded More More options
Print post
Permalink
Thanks. Unfortunately,  I found TreeView fits better. Coincidentally, u hv implemented TreeView as a wiQuery plugin. I have made several changes to it and would like to commit the changes  if you find them accepable. Basically, I took all the options of out TreeViewPlugin and group them into TreeViewOptions which extends from Options. Also, I found a bug with TreeViewPlugin line 86 where it should be "animated" instead of "speed". Also, I made changes to jquery-treeview-min.js together with jquery-treeview.js to make the menu to show from the top again once it is closed instead of "remembering" which child node is opened before it is closed. I think of making this an option. How do I go about all these changes together with the treeview plugin JS sources?

Sources included, treeview.zip

Thanks


/lim/
Lionel Armanet

Re: Multiple Level Accordian Menu

Reply Threaded More More options
Print post
Permalink
Hi, thanks for the source code, I'll look at it and integrate it (I'll add a "gest contributors" page with your name on it ;-)).


On Wed, May 20, 2009 at 8:06 AM, TH Lim (via Nabble) <[hidden email]> wrote:
Thanks. Unfortunately,  I found TreeView fits better. Coincidentally, u hv implemented TreeView as a wiQuery plugin. I have made several changes to it and would like to commit the changes  if you find them accepable. Basically, I took all the options of out TreeViewPlugin and group them into TreeViewOptions which extends from Options. Also, I found a bug with TreeViewPlugin line 86 where it should be "animated" instead of "speed". Also, I made changes to jquery-treeview-min.js together with jquery-treeview.js to make the menu to show from the top again once it is closed instead of "remembering" which child node is opened before it is closed. I think of making this an option. How do I go about all these changes together with the treeview plugin JS sources?

Sources included, treeview.zip

Thanks


/lim/



--
__________________________________

Lionel Armanet
WickeXt becomes WiQuery ! http://code.google.com/p/wiquery
gmail: lionel.armanet*at*gmail.com


TH Lim

Re: Multiple Level Accordian Menu

Reply Threaded More More options
Print post
Permalink
Thanks. We are helping each other out. Meanwhile, I am working on ui.selectable and ui.sortable as I needed this in my project.

What is the best way to ahead with the changes I made to jquery-treeview-min.js which is not controlled by wiQuery?

> ...
> Also, I made changes to jquery-treeview-min.js together with
> jquery-treeview.js to make the menu to show from the top again once it is
> closed instead of "remembering" which child node is opened before it is
> closed. I think of making this an option. How do I go about all these
> changes together with the treeview plugin JS sources?
> ....
>
Lionel Armanet

Re: Multiple Level Accordian Menu

Reply Threaded More More options
Print post
Permalink
Nice to hear you are binding ui.selectable and ui.sortable as we are planning to bind these components. Could we use your binding ?

On Thu, May 28, 2009 at 2:43 PM, TH Lim (via Nabble) <[hidden email]> wrote:
Thanks. We are helping each other out. Meanwhile, I am working on ui.selectable and ui.sortable as I needed this in my project.

What is the best way to ahead with the changes I made to jquery-treeview-min.js which is not controlled by wiQuery?

> ...
> Also, I made changes to jquery-treeview-min.js together with
> jquery-treeview.js to make the menu to show from the top again once it is
> closed instead of "remembering" which child node is opened before it is
> closed. I think of making this an option. How do I go about all these
> changes together with the treeview plugin JS sources?
> ....
>



--
__________________________________

Lionel Armanet
WickeXt becomes WiQuery ! http://code.google.com/p/wiquery
gmail: lionel.armanet*at*gmail.com


TH Lim

Re: Multiple Level Accordian Menu

Reply Threaded More More options
Print post
Permalink
You may use it but it is in a rough state. You may leave SortableItem.java out it is only used in my code

ui.tbz