Re: RE: How to add dinamic content

2013-08-21 Thread Thiago H de Paula Figueiredo
On Wed, 21 Aug 2013 07:54:49 -0300, nn kk wrote: Yes, that's the idea, I want to add any number of components on a page without submitting the whole page. For example: I want some input fields and an "Add button" to click, which openes a component - some form with different input fields. By

RE: RE: How to add dinamic content

2013-08-21 Thread nn kk
Yes, that's the idea, I want to add any number of components on a page without submitting the whole page. For example: I want some input fields and an "Add button" to click, which openes a component - some form with different input fields. By every click - new such inner form to be opened and t

Re: How to add dinamic content

2013-08-18 Thread Martin Kersten
So to be clear you want to do something like this: Page: Button A <- User clicks Page: SomeComponents Button A <- User clicks Page: Some components Some more components ButtonA etc. So what you want is not adding pages but components This can be done using Zones. Thi