Lines Matching refs:FCKTools
24 var FCKTools = new Object() ; class
26 FCKTools.CreateBogusBR = function( targetDocument )
35 FCKTools.AppendStyleSheet = function( documentElement, cssFileUrlOrArray )
50 FCKTools.AppendStyleString = function ( documentElement, cssStyles )
55 FCKTools.GetElementDocument = function ( element )
61 FCKTools.GetElementWindow = function( element )
66 FCKTools.GetDocumentWindow = function( document )
79 FCKTools.FixDocumentParentWindow = function( targetWindow )
84 FCKTools.FixDocumentParentWindow( targetWindow.frames[i] ) ;
87 FCKTools.HTMLEncode = function( text )
99 FCKTools.HTMLDecode = function( text )
111 FCKTools._ProcessLineBreaksForPMode = function( oEditor, text, liState, node, strArray )
169 FCKTools._ProcessLineBreaksForDivMode = function( oEditor, text, liState, node, strArray )
221 FCKTools._ProcessLineBreaksForBrMode = function( oEditor, text, liState, node, strArray )
252 FCKTools.ProcessLineBreaks = function( oEditor, oConfig, text )
279 FCKTools.AddSelectOption = function( selectElement, optionText, optionValue )
281 var oOption = FCKTools.GetElementDocument( selectElement ).createElement( "OPTION" ) ;
291 FCKTools.RunFunction = function( func, thisObject, paramsArray, timerWindow )
297 FCKTools.SetTimeout = function( func, milliseconds, thisObject, paramsArray, timerWindow )
310 FCKTools.SetInterval = function( func, milliseconds, thisObject, paramsArray, timerWindow )
320 FCKTools.ConvertStyleSizeToHtml = function( size )
325 FCKTools.ConvertHtmlSizeToStyle = function( size )
333 FCKTools.GetElementAscensor = function( element, ascensorTagNames )
350 FCKTools.CreateEventListener = function( func, params )
365 FCKTools.IsStrictMode = function( document )
373 FCKTools.ArgumentsToArray = function( args, startIndex, maxLength )
386 FCKTools.CloneObject = function( sourceObject )
394 FCKTools.AppendBogusBr = function( element )
412 FCKTools.GetLastItem = function( list )
420 FCKTools.GetDocumentPosition = function( w, node )
434 FCKTools.GetWindowPosition = function( w, node )
437 var scroll = FCKTools.GetScrollPosition( w ) ;
443 FCKTools.ProtectFormStyles = function( formNode )
462 FCKTools.RestoreFormStyles = function( formNode, hijackRecord )
481 FCKTools.GetNextNode = function( node, limitNode )
503 FCKTools.GetNextTextNode = function( textnode, limitNode, checkStop )
520 FCKTools.Merge = function()
539 FCKTools.IsArray = function( it )
548 FCKTools.AppendLengthProperty = function( targetObject, propertyName )
563 FCKTools.NormalizeCssText = function( unparsedCssText )
577 FCKTools.Hitch = function( obj, methodName )