View Single Post
Old 12-20-2011, 08:40 PM   PM User | #1
pelegk2
New to the CF scene

 
Join Date: Apr 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
pelegk2 is an unknown quantity at this point
Accordion menu based on xml

i want to create menu based on Accordion, where each title of the accordion
will be taken from an attribute in the xml, and i will be able to add buttons to accordion based on xml, for example :
<MENU>
<m title="aaa">
<button>b1</button>
<button>b2</button>
</m>
<m title="bbb">
<button>df</button>
<button>dfgdfg</button>
</m>
</MENU>

10x
pelegk2 is offline   Reply With Quote