gwt - Dynamic form with binding in GXT -


what best approach implement form variable number of text fields? i'm thinking this:

textfield1 (removebutton) textfield2 (removebutton) textfield3 (removebutton)  addnewtextfieldbutton 

i bind list of strings.

i achieved editable grid single column , buttons add/delete rows.

this component integrated gwt editor framework can bind grid list of objects using liststoreeditor


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -