Probably ... we should probably extend the demo application to show how to pre-populate a token field with data, which could come from a form, an ajax call, etc. Since the form controller does not support multiple selection yet, form integration is not straightforward.
I solved it by using a converter that serializes/deserializes a "value" property of the model into/from a comma-separated list which is stored as a simple string in the form. However, this means that, in response to the form value, the TokenField widget needs to asynchronously load the corresponding ListItem data from the server to populate itself with tokens, so there is always a lag when using the TokenField within a form. C. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Prepopulating-a-TokenField-widget-tp5724596p5727826.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
