Lines Matching +full:disabled +(+path:plugin +path:indexmenu) -(+path:plugin +path:indexmenu +path:lang)
300 disabled: false, property
343 if ( this.options.disabled ) {
344 this._setOptionDisabled( this.options.disabled );
376 .removeAttr( "aria-disabled" );
447 if ( key === "disabled" ) {
486 this._toggleClass( this.widget(), this.widgetFullName + "-disabled", null, !!value );
488 // If the widget is becoming disabled, then nothing is interactive
496 return this._setOptions( { disabled: false } ); property
500 return this._setOptions( { disabled: true } ); property
617 // Allow widgets to customize the disabled handling
618 // - disabled as an array instead of boolean
619 // - disabled class as method for disabling individual parts
621 ( instance.options.disabled === true ||
622 $( this ).hasClass( "ui-state-disabled" ) ) ) {