| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_link/ |
| D | fck_link.js | 126 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/ |
| D | fck_link.js | 127 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/ |
| D | fck_link.js | 326 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/ |
| D | fck_ie.js | 370 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 …]
|
| D | fckdocumentprocessor.js | 59 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 ) ;
|
| D | fck_contextmenu.js | 124 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 ) ;
|
| D | fck_gecko.js | 451 var oLink = oLinksInteractor.snapshotItem( i ) ; 452 oLink.href = url ; 453 aCreatedLinks.push( oLink ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckdocumentprocessor.js | 59 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 ) ;
|
| D | fck_contextmenu.js | 107 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 ) ;
|
| D | fck_ie.js | 370 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 ;
|
| D | fck_gecko.js | 244 …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/ |
| D | fck_image.js | 62 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/ |
| D | fck_image.js | 62 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/ |
| D | fck_othercommands.js | 299 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/ |
| D | fck_image.js | 82 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/ |
| D | fck_othercommands.js | 273 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/ |
| D | script.js | 104 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);
|
| D | indexmenu-full.js | 711 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/ |
| D | indexmenu.js | 923 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);
|