Searched refs:getSelectedLink (Results 1 – 14 of 14) sorted by relevance
/plugin/ckgdoku/ckeditor/plugins/link/ |
H A D | plugin.js | 1 …getSelectedLink(b)||d.data.element;if(!e.isReadOnly()){if(e.is("a")){d.data.dialog=(e.getAttribute… method in CKEDITOR.plugins.link
|
H A D | plugin.js.unc | 89 var element = CKEDITOR.plugins.link.getSelectedLink( editor ) || evt.data.element; 152 if ( !anchor && !( anchor = CKEDITOR.plugins.link.getSelectedLink( editor ) ) ) 253 * @example CKEDITOR.plugins.link.getSelectedLink( editor ); 265 getSelectedLink : function( editor ) 355 if ( ( anchor = CKEDITOR.plugins.link.getSelectedLink( editor ) ) )
|
/plugin/ckgedit/ckeditor/plugins/link/ |
H A D | plugin.js | 1 …getSelectedLink(b)||d.data.element;if(!e.isReadOnly()){if(e.is("a")){d.data.dialog=(e.getAttribute… method in CKEDITOR.plugins.link
|
H A D | plugin.js.unc | 89 var element = CKEDITOR.plugins.link.getSelectedLink( editor ) || evt.data.element; 152 if ( !anchor && !( anchor = CKEDITOR.plugins.link.getSelectedLink( editor ) ) ) 253 * @example CKEDITOR.plugins.link.getSelectedLink( editor ); 265 getSelectedLink : function( editor ) 355 if ( ( anchor = CKEDITOR.plugins.link.getSelectedLink( editor ) ) )
|
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/ |
H A D | anchor.js | 108 partialSelected = CKEDITOR.plugins.link.getSelectedLink( editor );
|
H A D | link.js | 1 …ion(){var Y=this.getParentEditor(),X=Y.getSelection(),W=null;if((W=T.getSelectedLink(Y))&&W.hasAtt…
|
H A D | link.js.unc | 1082 if ( ( element = plugin.getSelectedLink( editor ) ) && element.hasAttribute( 'href' ) )
|
/plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
H A D | anchor.js | 108 partialSelected = CKEDITOR.plugins.link.getSelectedLink( editor );
|
H A D | link-cmpr.js | 1 …ion(){var Y=this.getParentEditor(),X=Y.getSelection(),W=null;if((W=T.getSelectedLink(Y))&&W.hasAtt…
|
H A D | link.js | 1 …ion(){var Y=this.getParentEditor(),X=Y.getSelection(),W=null;if((W=T.getSelectedLink(Y))&&W.hasAtt…
|
H A D | link.js.unc | 1097 if ( ( element = plugin.getSelectedLink( editor ) ) && element.hasAttribute( 'href' ) )
|
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 916 …chor.js");a.on("doubleclick",function(b){var c=CKEDITOR.plugins.link.getSelectedLink(a)||b.data.el… 918 …gins.link.tryRestoreFakeAnchor(a,b);if(!b&&!(b=CKEDITOR.plugins.link.getSelectedLink(a)))return nu… 920 …:"advCharset",style:"advStyles",rel:"advRel"};CKEDITOR.plugins.link={getSelectedLink:function(a,b)… 931 …yRestoreFakeAnchor(a,d)))d.remove(1);else if(d=CKEDITOR.plugins.link.getSelectedLink(a))d.hasAttri…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 994 …gins.link.tryRestoreFakeAnchor(c,a);if(!a&&!(a=CKEDITOR.plugins.link.getSelectedLink(c)))return nu… 997 …:"advCharset",style:"advStyles",rel:"advRel"};CKEDITOR.plugins.link={getSelectedLink:function(c,b)… method in CKEDITOR.plugins.link 1008 …yRestoreFakeAnchor(c,d)))d.remove(1);else if(d=CKEDITOR.plugins.link.getSelectedLink(c))d.hasAttri…
|
H A D | ckeditor.js.unc | 19736 if (!a && !(a = CKEDITOR.plugins.link.getSelectedLink(c))) return null; 19788 getSelectedLink: function(c, b) { 19994 …else if (d = CKEDITOR.plugins.link.getSelectedLink(c)) d.hasAttribute("href") ? (d.removeAttribute…
|