Hello,
I have created an app containing a “rounded list”. Is it possible to add another ListItem dynamically? I’m using PHP and tried to copy an existing HTML “li” element, filling with new information such as new id numbers, new text content etc. But it seems that the UI information stored in the *.js file is missing and too difficult to dynamically add these.
At design time, I don’t know yet how many list items will be there later on, so I need to find a way how to add list items dynamically on runtime. Is there any way to achieve this?
regards,
janosh