Home
last modified time | relevance | path

Searched refs:FCKTools (Results 1 – 25 of 57) sorted by last modified time

123

/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js30 var FCKTools = oEditor.FCKTools ; variable
/plugin/fckg/fckeditor/editor/js/
H A Dfckadobeair.js164 …panel._focusTimer = FCKTools.SetTimeout( _Original_FCKPanel_Window_OnBlur, 100, this, [ e, panel ]…
H A Dfckeditorcode_gecko.js47FCKTools={};FCKTools.CreateBogusBR=function(A){var B=A.createElement('br');B.setAttribute('type','… variable
48 FCKTools.CancelEvent=function(e){if (e) e.preventDefault();};FCKTools.DisableSelection=function(A){…
50 …{var B=document.createElement('img');FCKTools.AddEventListenerEx(B,'load',_FCKImagePreloader_OnIma…
76 …ion.GetSelection();if (B.rangeCount==1&&B.anchorNode.nodeType==3){var C=FCKTools.GetElementAscenso…
84FCKTools.GetElementWindow(FCK.ToolbarSet._IFrame);else B=window.parent;this._Panel=new FCKPanel(B)…
88FCKTools.GetScrollPosition(FCK.EditorWindow);}else{var I=FCK.EditingArea.Textarea;H=!FCKBrowserInf…
98FCKTools.ResetStyles(D);D.src='javascript:void(0)';D.allowTransparency=true;D.frameBorder='0';D.sc…
101FCKTools.GetElementDocument(A);var C=this.MainElement=B.createElement('DIV');C.title=this.Tooltip;…
115FCKTools.IsStrictMode(E)?E.documentElement:E.body;FCKDomTools.SetElementStyles(C,{'width':Math.max…
116FCKTools.CreateEventListener(FCKMenuItem_SubMenu_OnClick,this);this.CustomData=F;if (FCK.IECleanup…
[all …]
H A Dfckeditorcode_ie.js34 return FCKTools.GetStyleHtml(FCKConfig.EditorAreaCSS)+FCKTools.GetStyleHtml(FCKConfig.EditorAreaSty…
35 FCKTools.GetStyleHtml(FCKConfig.EditorAreaIEHackCSS);};
51FCKTools={};FCKTools.CreateBogusBR=function(A){var B=A.createElement('br');B.setAttribute('type','… variable
52 FCKTools.CancelEvent=function(e){return false;};FCKTools._AppendStyleSheet=function(A,B){return A.c…
54 …{var B=document.createElement('img');FCKTools.AddEventListenerEx(B,'load',_FCKImagePreloader_OnIma…
92FCKTools.GetScrollPosition(FCK.EditorWindow);}else{var I=FCK.EditingArea.Textarea;H=!FCKBrowserInf…
100FCKTools.ResetStyles(D);D.src='javascript:void(0)';D.allowTransparency=true;D.frameBorder='0';D.sc…
114 var FCKToolbarBreak=function(){};FCKToolbarBreak.prototype.Create=function(A){var B=FCKTools.GetEle…
116FCKTools.IsStrictMode(E)?E.documentElement:E.body;FCKDomTools.SetElementStyles(C,{'width':Math.max…
117FCKTools.CreateEventListener(FCKMenuItem_SubMenu_OnClick,this);this.CustomData=F;if (FCK.IECleanup…
[all …]
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js16 var myCoords = FCKTools.GetWindowPosition( w, domNode ) ;
47 var pos = FCKTools.GetWindowPosition( w, cells[i] ) ;
76 lxDist = mouse.x - FCKTools.GetWindowPosition( w, lbCell ).x ;
86 var row = FCKTools.GetElementAscensor( this._RightCell, "tr" ) ;
310 if ( FCKTools.GetElementDocument( node ) == document )
334 FCKTools.GetElementAscensor( this._LeftCell, "table" ),
348 node = FCKTools.GetElementAscensor( node, "table" ) ;
364 FCKTools.GetElementAscensor( this._LeftCell, "table" ),
374 if ( FCKTools.GetElementDocument( node ) == FCK.EditorDocument )
387 var docX = mouse.x + FCKTools.GetScrollPosition( window ).X ;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js29 var FCKTools = oEditor.FCKTools ; variable
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js31 var FCKTools = oEditor.FCKTools ; variable
408 var aIds = FCKTools.GetAllChildrenIds( oEditor.FCK.EditorDocument.body ) ;
416 FCKTools.AddSelectOption( GetE('cmbAnchorName'), sName, sName ) ;
421 FCKTools.AddSelectOption( GetE('cmbAnchorId'), aIds[i], aIds[i] ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktoolbarset.js75 var eToolbarIFrame = FCKTools.GetElementDocument( eToolbarTarget ).createElement( 'iframe' ) ;
96 FCKTools.AddEventListener( eTargetDocument, 'contextmenu', FCKTools.CancelEvent ) ;
100 FCKTools.AppendStyleSheet( eTargetDocument, FCKConfig.SkinPath + 'fck_editor.css' ) ;
164 FCKTools.AddEventListener( eExpandHandle, 'click', FCKToolbarSet_Expand_OnClick ) ;
167 FCKTools.AddEventListener( eCollapseHandle, 'click', FCKToolbarSet_Collapse_OnClick ) ;
220 FCKTools.RunFunction( window.onresize ) ;
301 FCKTools.DisableSelection( this._Document.getElementById( 'xCollapseHandle' ).parentNode ) ;
311 FCKTools.RunFunction( this.OnLoad ) ;
H A Dfckdomtools.js389 FCKTools.AppendBogusBr( node ) ;
533 var range = reusableRange || new FCKDomRange( FCKTools.GetElementWindow( element ) ) ;
789 FCKTools.AppendBogusBr( currentListItem ) ;
H A Dfck.js106 FCKTools.AddEventListener( document, "keydown", this._TabKeyHandler ) ;
249 value = FCKTools.HTMLEncode( value ) ;
572 FCKTools.RunFunction( FCK.ToolbarSet.RefreshModeState, FCK.ToolbarSet ) ;
602 FCKTools.AppendBogusBr( next ) ;
812 FCKTools.AddEventListener( FCK.EditorDocument, 'mousemove', _FCK_MouseEventsListener ) ;
814 FCKTools.AddEventListener( FCK.EditorDocument, 'mouseup', _FCK_MouseEventsListener ) ;
837 FCKTools.AddEventListener( FCK.EditorDocument, 'keyup', undoFunc ) ;
988 FCKTools.AddEventListener( oTarget, 'blur', FCKFocusManager_Win_OnBlur ) ;
999 FCKTools.RemoveEventListener( oTarget, 'blur', FCKFocusManager_Win_OnBlur ) ;
1000 FCKTools.RemoveEventListener( oTarget, 'focus', FCKFocusManager_Win_OnFocus_Area ) ;
[all …]
H A Dfckxhtml.js45 this.XML = FCKTools.CreateXmlObject( 'DOMDocument' ) ;
96 FCKDomTools.EnforcePaddingNode( FCKTools.GetElementDocument( node ), FCKConfig.EnterMode ) ;
441 sHtml = FCKTools.HTMLDecode( sHtml );
H A Dfck_ie.js114 FCKTools.RunFunction( FCKDialog.OpenDialog,
231FCKTools.RunFunction( FCKDialog.OpenDialog, FCKDialog, ['FCKDialog_Paste', FCKLang.Paste, 'dialog/…
283 sText = FCKTools.HTMLEncode( sText ) ;
284 sText = FCKTools.ProcessLineBreaks( window, FCKConfig, sText ) ;
H A Dfck_gecko.js53 text = FCKTools.HTMLEncode( text ) ;
54 text = FCKTools.ProcessLineBreaks( window, FCKConfig, text ) ;
116 var nextTextNode = FCKTools.GetNextTextNode( node, node.parentNode, blockEmptyStop ) ;
123 nextTextNode = FCKTools.GetNextTextNode( node, node.parentNode.parentNode, blockEmptyStop ) ;
208 FCKTools.AppendBogusBr( emptyBlockNode ) ;
407FCKTools.RunFunction( FCKDialog.OpenDialog, FCKDialog, ['FCKDialog_Paste', FCKLang.PasteAsText, 'd…
H A Dfcktools.js24 var FCKTools = new Object() ; class
26 FCKTools.CreateBogusBR = function( targetDocument )
61 FCKTools.GetElementWindow = function( element )
87 FCKTools.HTMLEncode = function( text )
99 FCKTools.HTMLDecode = function( text )
365 FCKTools.IsStrictMode = function( document )
394 FCKTools.AppendBogusBr = function( element )
412 FCKTools.GetLastItem = function( list )
520 FCKTools.Merge = function()
539 FCKTools.IsArray = function( it )
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckeditorapi.js143 FCKTools.AddEventListener( oForm, 'submit', FCK.UpdateLinkedField ) ;
167 FCKTools.AddEventListener( window, 'unload', FCKeditorAPI_Cleanup ) ;
168 FCKTools.AddEventListener( window, 'beforeunload', FCKeditorAPI_ConfirmCleanup) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js27 …s.Items=A._FCKCleanupObj.Items;else{this.Items=[];A._FCKCleanupObj=this;FCKTools.AddEventListenerE…
37FCKTools={};FCKTools.CreateBogusBR=function(A){var B=A.createElement('br');B.setAttribute('type','… variable
38 FCKTools.CancelEvent=function(e){return false;};FCKTools._AppendStyleSheet=function(A,B){return A.c…
40 …{var B=document.createElement('img');FCKTools.AddEventListenerEx(B,'load',_FCKImagePreloader_OnIma…
74FCKTools.GetElementWindow(FCK.ToolbarSet._IFrame);else B=window.parent;this._Panel=new FCKPanel(B)…
78FCKTools.GetScrollPosition(C);G=A;while((G=G.parentNode)){if (G.nodeType==1){G._fckSavedStyles=FCK…
86FCKTools.AddEventListenerEx(F,'focus',FCKPanel_Window_OnFocus,this);FCKTools.AddEventListenerEx(F,…
88FCKTools.GetElementDocument(A);var C=this.MainElement=B.createElement('DIV');C.title=this.Tooltip;…
99 var FCKToolbarBreak=function(){};FCKToolbarBreak.prototype.Create=function(A){var B=FCKTools.GetEle…
103FCKTools.CreateEventListener(FCKMenuItem_SubMenu_OnClick,this);if (FCK.IECleanup) FCK.IECleanup.Ad…
[all …]
H A Dfckeditorcode_gecko.js36FCKTools={};FCKTools.CreateBogusBR=function(A){var B=A.createElement('br');B.setAttribute('type','… variable
37 FCKTools.CancelEvent=function(e){if (e) e.preventDefault();};FCKTools.DisableSelection=function(A){…
39 …{var B=document.createElement('img');FCKTools.AddEventListenerEx(B,'load',_FCKImagePreloader_OnIma…
65 …dow.getSelection();if (B.rangeCount==1&&B.anchorNode.nodeType==3){var C=FCKTools.GetElementAscenso…
73FCKTools.GetElementWindow(FCK.ToolbarSet._IFrame);else B=window.parent;this._Panel=new FCKPanel(B)…
77FCKTools.GetScrollPosition(C);G=A;while((G=G.parentNode)){if (G.nodeType==1){G._fckSavedStyles=FCK…
85FCKTools.AddEventListenerEx(F,'focus',FCKPanel_Window_OnFocus,this);FCKTools.AddEventListenerEx(F,…
87FCKTools.GetElementDocument(A);var C=this.MainElement=B.createElement('DIV');C.title=this.Tooltip;…
89FCKTools.AddEventListenerEx(E,'mouseover',FCKSpecialCombo_ItemOnMouseOver);FCKTools.AddEventListen…
102FCKTools.CreateEventListener(FCKMenuItem_SubMenu_OnClick,this);if (FCK.IECleanup) FCK.IECleanup.Ad…
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js717 attValue = FCKTools.NormalizeCssText( attValue ) ;
1112 stylesText = FCKTools.NormalizeCssText( stylesText ) ;
1148 FCKTools.AppendLengthProperty( attribs, '_length' ) ;
1174 if ( !FCKTools.IsArray( overridesDesc ) )
H A Dfckdomrange.js119 var oClone = FCKTools.CloneObject( this ) ;
722 FCKTools.AppendBogusBr( eStartBlock ) ;
H A Dfcktoolbarfontsizecombo.js64 var style = FCKTools.CloneObject( baseStyle ) ;
H A Dfcktoolbarfontscombo.js62 var style = FCKTools.CloneObject( baseStyle ) ;
H A Dfckenterkey.js337 var eCurrentCell = FCKTools.GetElementAscensor( oCurrentBlock, 'td' );
346 var eNextCell = FCKTools.GetElementAscensor( eNext, 'td' );
453 FCKTools.AppendBogusBr( eNewBlock ) ;
534 FCKTools.AppendBogusBr( eLineBreak.parentNode ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js249 itemNode = FCKTools.GetElementAscensor( itemNode, 'li' ) ;
339 itemNode = FCKTools.GetElementAscensor( itemNode, 'li' ) ;
H A Dfckindentcommands.js95 var firstItem = FCKTools.GetElementAscensor( startContainer, 'li' ) ;
H A Dfck_othercommands.js276 FCKTools.RemoveOuterTags( oLink ) ;
452 FCKTools.RemoveOuterTags( oAnchor ) ;

123