Home
last modified time | relevance | path

Searched refs:oLink (Results 1 – 19 of 19) sorted by relevance

/plugin/grensladawritezor/fckeditor/editor/dialog/fck_link/
Dfck_link.js126 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ; variable
127 if ( oLink )
128 FCK.Selection.SelectNode( oLink ) ;
203 if ( !oLink ) return ;
208 var sHRef = oLink.getAttribute( '_fcksavedurl' ) ;
210 sHRef = oLink.getAttribute( 'href' , 2 ) || '' ;
224 var onclick = oLink.getAttribute( 'onclick_fckprotectedatt' ) ;
276 var sTarget = oLink.target ;
292 GetE('txtAttId').value = oLink.id ;
293 GetE('txtAttName').value = oLink.name ;
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
Dfck_link.js127 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ; variable
128 if ( oLink )
129 FCK.Selection.SelectNode( oLink ) ;
207 if ( !oLink ) return ;
212 var sHRef = oLink.getAttribute( '_fcksavedurl' ) ;
214 sHRef = oLink.getAttribute( 'href' , 2 ) || '' ;
229 var onclick = oLink.getAttribute( 'onclick_fckprotectedatt' ) ;
287 var sTarget = oLink.target ;
303 GetE('txtAttId').value = oLink.id ;
304 GetE('txtAttName').value = oLink.name ;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_link/
Dfck_link.js326 var oLink = dialog.Selection.GetSelection().MoveToAncestorNode( 'A' ) ; variable
327 if ( oLink )
328 FCK.Selection.SelectNode( oLink ) ;
500 if ( !oLink ) {
521 var sHRef = oLink.getAttribute( '_fcksavedurl' ) ;
523 sHRef = oLink.getAttribute( 'href' , 2 ) || '' ;
540 var onclick = oLink.getAttribute( 'onclick_fckprotectedatt' ) ;
561 sClass = oLink.getAttribute('className',2) || '' ;
565 GetE('txtAttStyle').value = oLink.style.cssText ;
569 sClass = oLink.getAttribute('class',2) || '' ;
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfck_ie.js370 var oLink = this.EditorDocument.createElement( 'A' ) ;
371 oLink.href = url ;
376 oControl.parentNode.insertBefore(oLink, oControl) ;
379 oLink.appendChild( oControl ) ;
381 return [ oLink ] ;
395 var oLink = oLinks[i] ;
399 if ( oLink.getAttribute( 'href', 2 ) == sTempUrl )
401 var sInnerHtml = oLink.innerHTML ; // Save the innerHTML (IE changes it if it is like an URL).
402 oLink.href = url ;
403 oLink.innerHTML = sInnerHtml ; // Restore the innerHTML.
[all …]
Dfckdocumentprocessor.js59 var oLink ;
61 while ( i >= 0 && ( oLink = aLinks[i--] ) )
64 if ( oLink.name.length > 0 )
67 if ( oLink.innerHTML !== '' )
70 oLink.className += ' FCK__AnchorC' ;
74 var oImg = FCKDocumentProcessor_CreateFakeImage( 'FCK__Anchor', oLink.cloneNode(true) ) ;
77 oLink.parentNode.insertBefore( oImg, oLink ) ;
78 oLink.parentNode.removeChild( oLink ) ;
Dfck_contextmenu.js124 var oLink = FCKSelection.MoveToAncestorNode( 'A' ) ;
125 var bIsAnchor = ( oLink && oLink.name.length > 0 && oLink.href.length == 0 ) ;
153 var oLink = FCKSelection.MoveToAncestorNode( 'A' ) ;
154 var bIsAnchor = ( oLink && oLink.name.length > 0 ) ;
Dfck_gecko.js451 var oLink = oLinksInteractor.snapshotItem( i ) ;
452 oLink.href = url ;
453 aCreatedLinks.push( oLink ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckdocumentprocessor.js59 var oLink ;
61 while ( i >= 0 && ( oLink = aLinks[i--] ) )
64 if ( oLink.name.length > 0 )
67 if ( oLink.innerHTML != '' )
70 oLink.className += ' FCK__AnchorC' ;
74 var oImg = FCKDocumentProcessor_CreateFakeImage( 'FCK__Anchor', oLink.cloneNode(true) ) ;
77 oLink.parentNode.insertBefore( oImg, oLink ) ;
78 oLink.parentNode.removeChild( oLink ) ;
Dfck_contextmenu.js107 var oLink = FCKSelection.MoveToAncestorNode( 'A' ) ;
108 var bIsAnchor = ( oLink && oLink.name.length > 0 && oLink.href.length == 0 ) ;
136 var oLink = FCKSelection.MoveToAncestorNode( 'A' ) ;
137 var bIsAnchor = ( oLink && oLink.name.length > 0 ) ;
Dfck_ie.js370 var oLink = oLinks[i] ;
372 if ( oLink.href == sTempUrl )
374 var sInnerHtml = oLink.innerHTML ; // Save the innerHTML (IE changes it if it is like an URL).
375 oLink.href = url ;
376 oLink.innerHTML = sInnerHtml ; // Restore the innerHTML.
377 return oLink ;
Dfck_gecko.js244 …var oLink = this.EditorDocument.evaluate("//a[@href='" + sTempUrl + "']", this.EditorDocument.body…
246 if ( oLink )
248 oLink.href = url ;
249 return oLink ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
Dfck_image.js62 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ; variable
182 if ( oLink )
184 var sLinkUrl = oLink.getAttribute( '_fcksavedurl' ) ;
186 sLinkUrl = oLink.getAttribute('href',2) ;
189 GetE('cmbLnkTarget').value = oLink.target ;
240 if ( oLink )
245 if ( oLink ) // Modifying an existent link.
246 oLink.href = sLnkUrl ;
252 oLink = oEditor.FCK.CreateLink( sLnkUrl )[0] ;
256 oEditor.FCKSelection.SelectNode( oLink ) ;
[all …]
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_image/
Dfck_image.js62 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ; variable
180 if ( oLink )
182 var sLinkUrl = oLink.getAttribute( '_fcksavedurl' ) ;
184 sLinkUrl = oLink.getAttribute('href',2) ;
187 GetE('cmbLnkTarget').value = oLink.target ;
239 if ( oLink )
244 if ( oLink ) // Modifying an existent link.
245 oLink.href = sLnkUrl ;
251 oLink = oEditor.FCK.CreateLink( sLnkUrl ) ;
255 oEditor.FCKSelection.SelectNode( oLink ) ;
[all …]
/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js299 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
300 if ( oLink )
301 FCK.Selection.SelectNode( oLink ) ;
317 var oLink = FCKSelection.MoveToAncestorNode( 'A' ) ;
318 var bIsAnchor = ( oLink && oLink.name.length > 0 && oLink.href.length == 0 ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_image/
Dfck_image.js82 var oLink = dialog.Selection.GetSelection().MoveToAncestorNode( 'A' ) ; variable
234 if ( oLink )
236 var sLinkUrl = oLink.getAttribute( '_fcksavedurl' ) ;
238 sLinkUrl = oLink.getAttribute('href',2) ;
241 GetE('cmbLnkTarget').value = oLink.target ;
294 if ( oLink )
299 if ( oLink ) // Modifying an existent link.
300 oLink.href = sLnkUrl ;
306 oLink = oEditor.FCK.CreateLink( sLnkUrl )[0] ;
310 oEditor.FCKSelection.SelectNode( oLink ) ;
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js273 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
275 if ( oLink )
276 FCKTools.RemoveOuterTags( oLink ) ;
291 var oLink = FCKSelection.MoveToAncestorNode( 'A' ) ;
292 var bIsAnchor = ( oLink && oLink.name.length > 0 && oLink.href.length == 0 ) ;
/plugin/tindexmenu/
Dscript.js104 var oLink = document.createElement("script");
105 oLink.src = f;
106 oLink.type = "text/javascript";
107 oLink.charset="utf-8";
109 document.getElementsByTagName("head")[0].appendChild(oLink);
Dindexmenu-full.js711 var oLink = document.createElement("link");
712 oLink.href = this.config.plugbase + '/images/' + this.config.theme
714 oLink.rel = "stylesheet";
715 oLink.type = "text/css";
716 document.getElementsByTagName('head')[0].appendChild(oLink);
/plugin/indexmenu/scripts/
Dindexmenu.js923 let oLink = document.createElement("link");
924 oLink.href = this.config.plugbase + '/images/' + this.config.theme + '/style.css';
925 oLink.rel = "stylesheet";
926 oLink.type = "text/css";
927 document.getElementsByTagName('head')[0].appendChild(oLink);