I would like to add a FormItem to DynamicForm in a SmartGWT form, but all I can find is the setItems method, which adds all the FormItem of the form, so it can only be used to initialize the form. Did I miss something?
My form contains a TextItem, and every time the user enters a new line and checks, a new CheckButton is added.
source share