Hello Eric,

the kind of controller depends on your custom view. Is it more like a list or more like a set of form elements? If its more like a list, the list controller could work. If its more like a set of froms the object controller in combination with a single value binding could do the job. Perhaps you could give me some more information on the kind of data and the view?

Best,
Martin


Am 29.04.2009 um 00:19 schrieb Dacquay, Eric:

Hi,

I currently have an application which is used to present a custom view of database records. The user can move either forward or backward, looking at one record at a time. I also have a Json data store which I would like to use to bind the controls in the record viewer. The data is stored as arrays in the store which I would like to bind to the controls so that the array elements would correspond to the different records. However, I can’t use a List controller since the target is not one of the three supported (SelectBox, List, ComboBox) and using an Object controller or directly using the bind method doesn’t seem to allow me to select any element from an array (only the first or the last). Is there any way that I can do what I want with the existing classes or do I have to dig into the List controller to understand what it does and then roll out my own?

Thanks

Eric
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. 
http://p.sf.net/sfu/velocityconf_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to