Hi - here are two things about qx.ui.form.Form:

1) .getItems() 

Why is the method internal and not listed in the API viewer? I needed it ,
for example, to go through all of the fields to set them read only, where
possible.

Which brings me to the second point:

2) readonly support: 

Wouldn't it make sense to add a IReadOnlyForm for widgets that support
readonly and thus create support for a "read only" state of a form that
could be triggered by form.setReadOnly(true). This is not the same as
form.setEnabled(false), because there are cases where you would like to see
all the form fields without them being grayed out, but you shouldn't be able
to change them. Those widgets that do not support readOnly could still be
grayed out. 

I wonder what others think about this.

Thanks,
Christian 
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Form-additions-tp5620423p5620423.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to