Adding and deleting editable list items
How would I implement this?:
I have a list of text items. When the users clicks the Add button, a
new item is added to the end of the list, and is put into edit mode so
that the user can edit the text in place. When the user has finished
editing the new item, the new item is highlighted and has keyboard
focus.
It seems to me that the Data Presentation Widgets, although capable of
editing cells of existing lists, are not really designed for
applications that add and delete items on the fly. Is my assessment
correct? Must I write this list implementation from scratch?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home