Searched refs:allowBlur (Results 1 – 4 of 4) sorted by relevance
/plugin/aimg/ |
H A D | script.js | 286 allowBlur: true, // Whether to allow automatic blur onclick. property in DragResize.props 404 if (element && (element != newElement) && allowBlur) deselect(false); 1252 var dragresize = new DragResize('dragresize', { allowBlur: false });
|
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 716 …l,m=h.showBlock(a);this._.showBlockParams=[].slice.call(arguments);this.allowBlur(!1);var g=this._… 717 …ur",function(a){function b(){delete this._.returnFocus;this.hide()}this.allowBlur()&&a.data.getPha… 718 …},this),g.on("focus",function(){this._.focused=!0;this.hideChild();this.allowBlur(!0)},this),CKEDI… 722 …);CKEDITOR.env.webkit&&(CKEDITOR.document.getBody().$.scrollTop=a);this.allowBlur(!0);CKEDITOR.env… 724 …used;this._.showBlockParams=null;this._.editor.fire("panelHide",this)}},allowBlur:function(a){var … 725 void 0!==a&&(c.allowBlur=a);return c.allowBlur},showAsChild:function(a,c,e,f,k,d){if(this._.activeC…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 773 …l,k=n.showBlock(a);this._.showBlockParams=[].slice.call(arguments);this.allowBlur(!1);var e=this._… 775 …allowBlur()&&a.data.getPhase()==CKEDITOR.EVENT_PHASE_AT_TARGET&&this.visible&&!this._.activeChild&… 779 …);CKEDITOR.env.webkit&&(CKEDITOR.document.getBody().$.scrollTop=a);this.allowBlur(!0);this._.markF… 782 ….editor.fire("panelHide",this)}},allowBlur:function(a){var b=this._.panel;void 0!==a&&(b.allowBlur…
|
H A D | ckeditor.js.unc | 15339 this.allowBlur(!1); 15372 …this.allowBlur() && a.data.getPhase() == CKEDITOR.EVENT_PHASE_AT_TARGET && this.visible && !this._… 15376 this.allowBlur(!0) 15434 this.allowBlur(!0); 15474 allowBlur: function(a) { 15476 void 0 !== a && (b.allowBlur = a); 15477 return b.allowBlur
|