Dear Appery,
can you please point me on how to add a component in run-time mode? for ex. once a user click on a button a collapsible component will be added to the page...
Thx much in advance,
Best,
R.
Dear Appery,
can you please point me on how to add a component in run-time mode? for ex. once a user click on a button a collapsible component will be added to the page...
Thx much in advance,
Best,
R.
Hello,
You can add collapsible component, untick Visible and when user click button show component.
To add to what Igor said, if you need to add a component programmatically, you would use jQuery to add the component to the DOM.