I added a bug report for this, as an enhancement Bug 6051 Regards
Le 17 janvier 2012 10:31, Benjamin Dreux <[email protected]> a écrit : > But then why mimick the readOnly behavior ? > IMO since textField can be readOnly, the other form field have the > same behavior. > It will facilitate the understanding of the ui framework. > > > > Le 17 janvier 2012 10:21, Daniel Wagner <[email protected]> a écrit : >> Hi Benjamin, >> >> I don't know for sure, but my guess is qooxdoo is mimicking HTML, where >> the 'readonly' attribute is only supported on text and password input >> elements. >> For checkboxes and radio buttons, there's the 'disabled' attribute, the >> qooxdoo equivalent of which would be the 'enabled' property. Unlike >> readonly, This causes the element to be visually "greyed out" both in qx >> and HTML, but IMO that's a good thing, as you don't want to mislead >> users into clicking an element only to find out it doesn't react. >> >> >> Regards, >> Daniel >> >> On 01/17/2012 03:27 PM, Benjamin Dreux wrote: >>> Hi >>> >>> I just went throu the documentation of the checkbox class >>> (http://demo.qooxdoo.org/current/apiviewer/#qx.ui.form.CheckBox) >>> I discovered that there is no property readOnly. >>> >>> The documentation of qx.ui.form.Textfield says that this property >>> (readOnly) come from abtractField. >>> >>> I wondering why there is no suck property in the checkBox class? >>> Is there a real reason for this? If not i will open a bug report. >>> >>> >>> Regards >>> >> >> ------------------------------------------------------------------------------ >> Keep Your Developer Skills Current with LearnDevNow! >> The most comprehensive online learning library for Microsoft developers >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> Metro Style Apps, more. Free future releases when you subscribe now! >> http://p.sf.net/sfu/learndevnow-d2d >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > > -- > Benjamin Dreux > Analyste-Programmeur > Chaire de logiciel libre-Finance Social et solidaire > UQAM > Montréal -- Benjamin Dreux Analyste-Programmeur Chaire de logiciel libre-Finance Social et solidaire UQAM Montréal ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
