Page 1 of 1

add component in runtime

Posted: Sun Oct 27, 2013 1:13 pm
by Ram

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.


add component in runtime

Posted: Sun Oct 27, 2013 3:39 pm
by Igor

Hello,

You can add collapsible component, untick Visible and when user click button show component.


add component in runtime

Posted: Sun Oct 27, 2013 5:01 pm
by maxkatz

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.