jQWidgets Forums

jQuery UI Widgets Forums Editors CheckBox, RadioButton disable method

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • disable method #5128

    myamoe
    Participant

    I am using RadioButton. If I initialize the RadioButton to “disabled: true”, it uses the proper css (pointer: default, etc). But, if I call the disable method like this:

    $(“#cutawayButton”).jqxRadioButton(‘disable’);

    the button does become disabled (I can’t click on it), but it applies a different style which I can’t find.

    disable method #5134

    Peter Stoev
    Keymaster

    Hi myamoe,

    Thanks for the feedback.

    In the current implementation, to disable the jqxRadioButton, you will need to call the ‘disable’ method. If the ‘disabled’ property is set during the radio button’s initialization, some additional CSS classes are added which is not correct and we’ll need to fix that.

    Best Wishes,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.