Hi Hugo, don't understand the problem completely, but if you want to add something to a model just extend it and use the extension But model should only have the data, not the visuals. Don't know much more about Basic Accordion Other option is to use a List and create an item renderer that collapse
El mié., 15 jul. 2020 a las 2:38, Hugo Ferreira (<[email protected]>) escribió: > How to add an icone to TitleBarModel, or even better, how to apply an > itemrenderer: > > <js:Container id="panel1" width="100%"> > <js:beads> > <js:TitleBarModel title="Panel 1" /> > <js:VerticalLayout /> > </js:beads> > <js:Label text="Top Line 1" className="menuItem" /> > <js:Label text="Middle Line 1" className="menuItem" /> > <js:Label text="Last Line 1" className="menuItem" /> > </js:Container> > > The goal is to build my own menu based on Accordion. > -- Carlos Rovira http://about.me/carlosrovira
