Lines Matching +full:disabled +(+path:plugin +path:indexmenu) -(+path:plugin +path:indexmenu +path:lang)
294 .not(".ui-state-disabled")
359 res = fn ? fn({ type: "disabled" }, ui) : null;
363 // Evaluate `disabled()` callback
384 this._getMenuEntry(cmd).toggleClass("ui-state-disabled", (flag === false));
504 // Set/clear class names, but handle ui-state-disabled separately
505 if ( entry.disabled === undefined ) {
506 entry.disabled = $entryLi.hasClass("ui-state-disabled");
517 $entryLi.toggleClass("ui-state-disabled", !!entry.disabled);
560 $.each( [ "action", "disabled", "title", "tooltip" ], function(i, attr) {
565 if ( entry.disabled === true ) {
566 $parentLi.addClass("ui-state-disabled");