Home
last modified time | relevance | path

Searched refs:FCKTools (Results 26 – 50 of 57) sorted by relevance

123

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_ie.js31 var oXmlHttp = FCKTools.CreateXmlObject( 'XmlHttp' ) ;
47 this.DOMDocument = FCKTools.CreateXmlObject( 'DOMDocument' ) ;
H A Dfckkeystrokehandler.js39 FCKTools.AddEventListenerEx( target, 'keydown', _FCKKeystrokeHandler_OnKeyDown, this ) ;
41 FCKTools.AddEventListenerEx( target, 'keypress', _FCKKeystrokeHandler_OnKeyPress, this ) ;
H A Dfcktoolbar.js62 var oDoc = FCKTools.GetElementDocument( parentElement ) ;
102 FCKTools.AppendElement( parentElement, 'div' ).className = 'TB_Separator' ;
H A Dfcktoolbarbreak_ie.js31 var oBreakDiv = FCKTools.GetElementDocument( targetElement ).createElement( 'div' ) ;
H A Dfckiecleanup.js34 FCKTools.AddEventListenerEx( attachWindow, 'unload', FCKIECleanup_Cleanup ) ;
H A Dfcktoolbarstylecombo.js64 FCKTools.AppendStyleSheet( targetDoc, FCKConfig.ToolbarComboPreviewCSS ) ;
65 FCKTools.AppendStyleString( targetDoc, FCKConfig.EditorAreaStyles ) ;
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 ) ;
H A Dfcktoolbarfontsizecombo.js64 var style = FCKTools.CloneObject( baseStyle ) ;
H A Dfckxml_gecko.js31 var oXmlHttp = FCKTools.CreateXmlObject( 'XmlHttp' ) ;
H A Dfcktoolbarfontscombo.js62 var style = FCKTools.CloneObject( baseStyle ) ;
H A Dfcktoolbarspecialcombo.js48 …h, this.PanelWidth, this.PanelMaxHeight, FCKBrowserInfo.IsIE ? window : FCKTools.GetElementWindow(…
H A Dfckstyle.js717 attValue = FCKTools.NormalizeCssText( attValue ) ;
1112 stylesText = FCKTools.NormalizeCssText( stylesText ) ;
1148 FCKTools.AppendLengthProperty( attribs, '_length' ) ;
1174 if ( !FCKTools.IsArray( overridesDesc ) )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler.js55 var oRow = FCKTools.GetElementAscensor( aCells[i],'TR' ) ;
67 var oTable = FCKTools.GetElementAscensor( row, 'TABLE' ) ;
117 var oTable = FCKTools.GetElementAscensor( oCell, 'TABLE' ) ;
134 FCKTools.AppendBogusBr( oCell ) ;
205 FCKTools.AppendBogusBr( oNewCell ) ;
397 FCKTools.AppendBogusBr( refCell ) ;
465 FCKTools.AppendBogusBr( newCell ) ;
493 FCKTools.AppendBogusBr( newRow[newRow.length - 1] ) ;
545 FCKTools.AppendBogusBr( newCell ) ;
576 FCKTools.AppendBogusBr( newCell ) ;
[all …]
H A Dfckxhtml_ie.js50 var data = FCKTools.ProtectFormStyles( htmlNode ) ;
51 … sAttValue = htmlNode.style.cssText.replace( FCKRegexLib.StyleProperties, FCKTools.ToLowerCase ) ;
52 FCKTools.RestoreFormStyles( htmlNode, data ) ;
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 Dfcktablehandler_gecko.js33 var oParent = FCKTools.GetElementAscensor( oSelection.anchorNode, 'TD,TH' ) ;
H A Dfckxhtml.js45 this.XML = FCKTools.CreateXmlObject( 'DOMDocument' ) ;
96 FCKDomTools.EnforcePaddingNode( FCKTools.GetElementDocument( node ), FCKConfig.EnterMode ) ;
441 sHtml = FCKTools.HTMLDecode( sHtml );
H A Dfcklanguagemanager.js135 s = FCKTools.HTMLEncode( s ) ;
H A Dfckselection_ie.js97 return FCKTools.GetElementDocument( el ) == doc ? el : null ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js29 var FCKTools = oEditor.FCKTools ; variable
185 var aIds = FCKTools.GetAllChildrenIds( oEditor.FCK.EditorDocument.body ) ;
193 FCKTools.AddSelectOption( GetE('cmbAnchorName'), sName, sName ) ;
198 FCKTools.AddSelectOption( GetE('cmbAnchorId'), aIds[i], aIds[i] ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js29 var FCKTools = oEditor.FCKTools ; variable
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js276 FCKTools.RemoveOuterTags( oLink ) ;
452 FCKTools.RemoveOuterTags( oAnchor ) ;
H A Dfcklistcommands.js249 itemNode = FCKTools.GetElementAscensor( itemNode, 'li' ) ;
339 itemNode = FCKTools.GetElementAscensor( itemNode, 'li' ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckadobeair.js164 …panel._focusTimer = FCKTools.SetTimeout( _Original_FCKPanel_Window_OnBlur, 100, this, [ e, panel ]…
/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] ) ;

123