Home
last modified time | relevance | path

Searched refs:document (Results 2001 – 2025 of 2062) sorted by path

1...<<818283

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_gecko.js307 document.oncontextmenu = Document_OnContextMenu ;
H A Dfck_ie.js207 document.oncontextmenu = Document_OnContextMenu ;
300 document.body.attachEvent( 'onpaste', FCK_CheckPasting_Listener ) ;
306 document.body.detachEvent( 'onpaste', FCK_CheckPasting_Listener ) ;
328 var oDiv = document.getElementById( '___FCKHiddenDiv' ) ;
332 oDiv = document.createElement( 'DIV' ) ;
340 document.body.appendChild( oDiv ) ;
345 var oTextRange = document.body.createTextRange() ;
H A Dfckconfig.js32 if ( document.location.protocol == 'file:' )
34 FCKConfig.BasePath = decodeURIComponent( document.location.pathname.substr(1) ) ;
39 var sFullProtocol = document.location.href.match( /^(file\:\/{2,3})/ )[1] ;
49 …FCKConfig.BasePath = document.location.pathname.substring( 0, document.location.pathname.lastIndex…
50 …FCKConfig.FullBasePath = document.location.protocol + '//' + document.location.host + FCKConfig.Ba…
75 var oConfigField = window.parent.document.getElementById( FCK.Name + '___Config' ) ;
H A Dfckdocumentprocessor.js34 FCKDocumentProcessor.Process = function( document ) argument
38 oProcessor.ProcessDocument( document ) ;
55 FCKAnchorsProcessor.ProcessDocument = function( document ) argument
57 var aLinks = document.getElementsByTagName( 'A' ) ;
87 FCKPageBreaksProcessor.ProcessDocument = function( document ) argument
89 var aDIVs = document.getElementsByTagName( 'DIV' ) ;
123 FCKFlashProcessor.ProcessDocument = function( document ) argument
130 var aEmbeds = document.getElementsByTagName( 'EMBED' ) ;
189 var aHRs = document.getElementsByTagName( 'HR' ) ;
196 var newHR = document.createElement( 'hr' ) ;
[all …]
H A Dfcktoolbarset.js33 document.getElementById( 'xToolbarRow' ).style.display = '' ;
34 oToolbarSet = new FCKToolbarSet( document ) ;
37 oToolbarSet = new FCKToolbarSet( document ) ;
53 eToolbarTarget = eval( 'parent.' + oOutMatch[1] ).document.getElementById( oOutMatch[2] ) ;
60 eToolbarTarget = parent.document.getElementById( oOutMatch[1] ) ;
84 var eTargetDocument = eToolbarIFrame.contentWindow.document ;
89 sBase = '<base href="' + window.document.location + '">' ;
93 …ut( adjust, 1000 ); }</script></head><body style="overflow: hidden">' + document.getElementById( '…
H A Dfcktools.js57 return element.ownerDocument || element.document ;
66 FCKTools.GetDocumentWindow = function( document ) argument
69 if ( FCKBrowserInfo.IsSafari && !document.parentWindow )
72 return document.parentWindow || document.defaultView ;
81 targetWindow.document.parentWindow = targetWindow ;
365 FCKTools.IsStrictMode = function( document ) argument
369 return ( 'CSS1Compat' == ( document.compatMode || 'CSS1Compat' ) ) ;
425 while ( curNode && curNode != w.document.body )
567 var tempSpan = document.createElement( 'span' ) ;
H A Dfcktools_gecko.js115 return document.implementation.createDocument( '', '', null ) ;
194 return this.document.getElementById( id ) ;
H A Dfcktools_ie.js121 var oDoc = relativeWindow.document ;
169 var oDoc = win.document.documentElement ;
173 oSizeSource = win.document.body ; // Other IEs
215 targetWindow.$ = targetWindow.document.getElementById ;
H A Dfckurlparams.js30 var aParams = document.location.search.substr(1).split('&') ;
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js27 return document.getElementById( elementId ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js63 oEditor.FCKLanguageManager.TranslatePage(document) ;
199 var oDoc = ePreview.ownerDocument || ePreview.document ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js30 var bImageButton = ( document.location.search.length > 0 && document.location.search.substr(1) == '…
77 oImageOriginal = document.createElement( 'IMG' ) ; // new Image() ;
96 oEditor.FCKLanguageManager.TranslatePage(document) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js134 oEditor.FCKLanguageManager.TranslatePage(document) ;
414 var aChkFeatures = document.getElementsByName( 'chkFeature' ) ;
450 var aChkFeatures = document.getElementsByName('chkFeature') ;
635 document.getElementById('txtUrl').value = url ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js31 var oTxtText = document.getElementById( "txtText" ) ;
32 var oTxtValue = document.getElementById( "txtValue" ) ;
40 var oTxtText = document.getElementById( "txtText" ) ;
41 var oTxtValue = document.getElementById( "txtValue" ) ;
61 var oTxtText = document.getElementById( "txtText" ) ;
62 var oTxtValue = document.getElementById( "txtValue" ) ;
93 var oTxtValue = document.getElementById( "txtSelValue" ) ;
158 oOption = document.createElement("OPTION") ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js453 for( var i = 0; i < document.forms.length; i++ ) {
454 for( var j = 0; j < document.forms[i].elements.length; j++ ) {
455 if( document.forms[i].elements[j].type.match( inputPattern )) {
456 inputs[inputs.length] = document.forms[i].elements[j];
H A DwordWindow.js137 var d = window.document;
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js27 var oOption = document.createElement("OPTION") ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp38 ' Create the XML document header.
55 ' Create the XML document header.
H A Dconfig.asp31 ' Path to user files relative to the document root.
66 ' - FileTypesPath: the virtual folder relative to the document root where
78 ' - QuickUploadPath: the virtual folder relative to the document root where
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm31 // Path to uploaded files relative to the document root.
70 // - FileTypesPath: the virtual folder relative to the document root where
83 // - QuickUploadPath: the virtual folder relative to the document root where
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js28 var FCKURLParams={};(function(){var A=document.location.search.substr(1).split('&');for (var i=0;i<…
31document.getElementById('xEditingArea'));this.EditingArea.FFSpellChecker=FCKConfig.FirefoxSpellChe…
37document.implementation.createDocument('','',null);};return null;};FCKTools.GetScrollPosition=func…
39 …._Images;this._PreloadCount=A.length;for (var i=0;i<A.length;i++){var B=document.createElement('im…
48document.body.innerHTML='';C.removeChild(E);};if (this.Mode==0){var F=this.IFrame=D.createElement(…
55document);},DeleteContents:function(){if (this._Range){this._Range.deleteContents();this._UpdateEl…
56document,A.getRangeAt(0));this._UpdateElementInfo();}else this.MoveToElementStart(this.Window.docu…
60document);};function FCKEnterKey_OnKeystroke(A,B){var C=this._EnterKey;try{switch (B){case 'Enter'…
77 …=window.frameElement;var B=A.style;var C=parent;var D=C.document.documentElement;var E=C.document.…
85document;FCK.IECleanup.AddItem(this,FCKPanel_Cleanup);}else{var C=this._IFrame=this._Window.docume…
[all …]
H A Dfckeditorcode_ie.js29 var FCKURLParams={};(function(){var A=document.location.search.substr(1).split('&');for (var i=0;i<…
33document.oncontextmenu=Document_OnContextMenu;function FCK_Cleanup(){this.LinkedField=null;this.Ed…
38document;var C={ X:B.documentElement.scrollLeft,Y:B.documentElement.scrollTop };if (C.X>0||C.Y>0) …
40 …._Images;this._PreloadCount=A.length;for (var i=0;i<A.length;i++){var B=document.createElement('im…
49document.body.innerHTML='';C.removeChild(E);};if (this.Mode==0){var F=this.IFrame=D.createElement(…
56document);},DeleteContents:function(){if (this._Range){this._Range.deleteContents();this._UpdateEl…
57document);var A=this.Window.document.selection;if (A.type!='Control'){var B=this._GetSelectionMark…
61document);};function FCKEnterKey_OnKeystroke(A,B){var C=this._EnterKey;try{switch (B){case 'Enter'…
78 …=window.frameElement;var B=A.style;var C=parent;var D=C.document.documentElement;var E=C.document.…
86document;FCK.IECleanup.AddItem(this,FCKPanel_Cleanup);}else{var C=this._IFrame=this._Window.docume…
[all …]
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js310 if ( node.ownerDocument == document )
395 this._ResizeBar = document.createElement( "div" ) ;
403 document.body.appendChild( paddingBar ) ;
406 FCKTools.AddEventListener( document, "mouseup", this._ResizeBarMouseUpListener ) ;
411 var filler = document.createElement( "img" ) ;
474 visibleBar = document.createElement( "div" ) ;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js52 document.write( this.CreateHtml() ) ;
89 var oTextarea = document.getElementById( this.InstanceName ) ;
90 var colElementsByName = document.getElementsByName( this.InstanceName ) ;
117 var oRange = document.createRange() ;
165 document.write( '<div style="COLOR: #ff0000">' ) ;
166 document.write( '[ FCKeditor Error ' + this.ErrorNumber + ': ' + this.ErrorDescription + ' ]' ) ;
167 document.write( '</div>' ) ;
H A Dlicense.txt36 of this license document, but changing it is not allowed.
321 of this license document, but changing it is not allowed.
813 1.8. "License" means this document.
932 an additional document offering the additional rights described in

1...<<818283