[CLOSED] ReadOnly property doesn't work with checkbox field

  1. #1

    [CLOSED] ReadOnly property doesn't work with checkbox field

    Hi,
    I implemented a checkbox field, when I apply readOnly property the behavior of this property doesn't appear.
  2. #2
    Hi,

    Here is ReadOnly docs
    Note: this only sets the element's readOnly DOM attribute.
    Setting readOnly=true, for example, will not disable triggering a ComboBox or DateField; it gives you the option of forcing the user to choose via the trigger without typing in the text box. To hide the trigger use hideTrigger.
    Html check box doesn't support readonly attribute
    http://stackoverflow.com/questions/1...et-to-readonly

    I can suggest to use Disabled=true for checkbox
  3. #3
    thank you.

Similar Threads

  1. Replies: 8
    Last Post: Jan 21, 2013, 4:22 PM
  2. Replies: 1
    Last Post: Jul 22, 2011, 9:33 AM
  3. [CLOSED] [1.0] Checkbox ReadOnly
    By klaus.schwarz in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 16, 2010, 11:07 AM
  4. [CLOSED] [1.0] TriggerField with ReadOnly set does not work
    By jemmitch in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 25, 2009, 1:40 PM
  5. Replies: 7
    Last Post: Apr 15, 2009, 11:44 AM

Posting Permissions