hello all – it seems the more i use jqxWidgets, the more i find it can do !
i wish to create an expander that contains a dozen elements, maybe all closed. when the user clicks on one of the elements, it opens up. something like:
item one (closed)
item two (closed)
item three (closed)
item four (closed)
so when i click on item three i see:
item one (closed)
item two (closed)
item three (now open!)
. . . .welcome to item three this contains
. . . .everything you wish to learn about item three
item four (closed)
now i click on item number two i want to see:
item one (closed)
item two (now open!)
. . . .welcome to item number two – this section contains
. . . .everything you wish to learn about item number three and a lot more.
item three (closed again)
item four (closed)
i see i can do something very similar by combining multiple expanders, but i was hoping for something a little cleaner.
or perhaps there is another widget i have overlooked?
thank you all for your help, and thank you for creating jqxWidgets !