I think the DynamicForm of SmartGWT requires considerable skill to control it. There are so many Properties and Methods in a DynamicaForm. Not to mention, DyanamicForm can have more than twenty kinds of FormItem in it. Would you kindly provide some tutorial and samples more than the javadoc/showcase ones. Any url link?
Also, I want to know if there is a way to add in a dynamic way, fields into a form. I mean what I want to do is like just press a button and another text field appear on the form. Is that possible? what about if I want that the user have the capability of adding elements as they want. Can we manage the number of formitem to be added at run time ?
Also, I want to know if there is a way to add in a dynamic way, fields into a form. I mean what I want to do is like just press a button and another text field appear on the form. Is that possible? what about if I want that the user have the capability of adding elements as they want. Can we manage the number of formitem to be added at run time ?
Comment