jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: disable theme dosen't applay disable theme dosen't applay #5790

    ahmed.assaf
    Member

    Hi Peter,

    Could you please use more than one drop down like 3 or 4 and try to disable 3 and enable one.

    in reply to: disable theme dosen't applay disable theme dosen't applay #5787

    ahmed.assaf
    Member

    Hi Peter,
    There is to function one to disable and the other to enable

     function enablelast() {
    $("#day").jqxDropDownList({ disabled: true });
    $("#month").jqxDropDownList({ disabled: true });
    $("#year").jqxDropDownList({ disabled: true });
    $("#dayto").jqxDropDownList({ disabled: true });
    $("#monthto").jqxDropDownList({ disabled: true });
    $("#yearto").jqxDropDownList({ disabled: true });
    $("#DayCount").jqxDropDownList({ disabled: false });
    }
    function enableDayRange() {
    $("#day").jqxDropDownList({ disabled: false });
    $("#month").jqxDropDownList({ disabled: false });
    $("#year").jqxDropDownList({ disabled: false });
    $("#dayto").jqxDropDownList({ disabled: false });
    $("#monthto").jqxDropDownList({ disabled: false });
    $("#yearto").jqxDropDownList({ disabled: false });
    $("#DayCount").jqxDropDownList({ disabled: true });
    }
Viewing 2 posts - 1 through 2 (of 2 total)