Re: [qooxdoo-devel] Retrieve Form items from internal group

2012-07-04 Thread Martin Wittemann
Hey, there is currently no public API to query for the already added items. If you think that could be handy, feel free to open up a enhancement report in bugzilla. If you want to, you can use the internal API getItems which will return a map of times which can be addressed by their given name.

[qooxdoo-devel] Retrieve Form items from internal group

2012-07-04 Thread csfahey
Is there any way to access the items already added to a form? I am trying to reduce the clutter in my code and since the items were added directly to the form when created, it would be easier to track them by the item they are associated with. Form.getGroups() is in the code for Form but not avai