Home
last modified time | relevance | path

Searched refs:FCKXHtml (Results 1 – 16 of 16) sorted by relevance

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckxhtml_ie.js25 FCKXHtml._GetMainXmlString = function()
30 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node, nodeName )
75 FCKXHtml.TagProcessors['meta'] = function( node, htmlNode )
87 FCKXHtml._AppendAttribute( node, 'http-equiv', sHttpEquiv ) ;
95 FCKXHtml.TagProcessors['font'] = function( node, htmlNode )
98 node = FCKXHtml.XML.createDocumentFragment() ;
100 node = FCKXHtml._AppendChildNodes( node, htmlNode ) ;
106 FCKXHtml.TagProcessors['input'] = function( node, htmlNode )
109 FCKXHtml._AppendAttribute( node, 'name', htmlNode.name ) ;
112 FCKXHtml._AppendAttribute( node, 'value', htmlNode.value ) ;
[all …]
Dfckxhtml.js24 var FCKXHtml = new Object() ; variable
26 FCKXHtml.CurrentJobNum = 0 ;
28 FCKXHtml.GetXHTML = function( node, includeNode, format )
43 FCKXHtml.SpecialBlocks = new Array() ;
51 FCKXHtml.CurrentJobNum++ ;
82 for ( var i = 0 ; i < FCKXHtml.SpecialBlocks.length ; i++ )
85 sXHTML = sXHTML.replace( oRegex, FCKXHtml.SpecialBlocks[i] ) ;
98 FCKXHtml._AppendAttribute = function( xmlNode, attributeName, attributeValue )
124 FCKXHtml._AppendChildNodes = function( xmlNode, htmlNode, isBlockElement )
166 FCKXHtml._AppendNode = function( xmlNode, htmlNode )
[all …]
Dfckxhtml_gecko.js25 FCKXHtml._GetMainXmlString = function()
34 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node )
Dfck.js210 sXHTML = FCKXHtml.GetXHTML( oDoc.getElementsByTagName( 'html' )[0], true, format ) ;
220 sXHTML = FCKXHtml.GetXHTML( oDoc.body, false, format ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckxhtml_ie.js25 FCKXHtml._GetMainXmlString = function()
30 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node, nodeName )
85 FCKXHtml.TagProcessors['meta'] = function( node, htmlNode )
97 FCKXHtml._AppendAttribute( node, 'http-equiv', sHttpEquiv ) ;
105 FCKXHtml.TagProcessors['font'] = function( node, htmlNode )
108 node = FCKXHtml.XML.createDocumentFragment() ;
110 node = FCKXHtml._AppendChildNodes( node, htmlNode ) ;
116 FCKXHtml.TagProcessors['input'] = function( node, htmlNode )
119 FCKXHtml._AppendAttribute( node, 'name', htmlNode.name ) ;
122 FCKXHtml._AppendAttribute( node, 'value', htmlNode.value ) ;
[all …]
Dfckxhtml.js24 var FCKXHtml = new Object() ; variable
26 FCKXHtml.CurrentJobNum = 0 ;
28 FCKXHtml.GetXHTML = function( node, includeNode, format )
42 FCKXHtml.SpecialBlocks = new Array() ;
50 FCKXHtml.CurrentJobNum++ ;
83 for ( var i = 0 ; i < FCKXHtml.SpecialBlocks.length ; i++ )
86 sXHTML = sXHTML.replace( oRegex, FCKXHtml.SpecialBlocks[i] ) ;
100 FCKXHtml._AppendAttribute = function( xmlNode, attributeName, attributeValue )
126 FCKXHtml._AppendChildNodes = function( xmlNode, htmlNode, isBlockElement )
174 FCKXHtml._AppendNode = function( xmlNode, htmlNode )
[all …]
Dfckxhtml_gecko.js25 FCKXHtml._GetMainXmlString = function()
34 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node )
78 FCKXHtml.TagProcessors['head'] = function( node, htmlNode )
80 FCKXHtml.XML._HeadElement = node ;
82 node = FCKXHtml._AppendChildNodes( node, htmlNode, true ) ;
89 FCKXHtml.TagProcessors['meta'] = function( node, htmlNode, xmlNode )
93 var headElement = FCKXHtml.XML._HeadElement ;
98 FCKXHtml._AppendNode( headElement, htmlNode ) ;
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/
Dfckplugin.js179 FCKXHtml.TagProcessors['span'] = function( node, htmlNode )
182 node = FCKXHtml.XML.createTextNode( '[[' + htmlNode._fckplaceholder + ']]' ) ;
184 FCKXHtml._AppendChildNodes( node, htmlNode, false ) ;
/plugin/grensladawritezor/fckeditor/editor/plugins/placeholder/
Dfckplugin.js179 FCKXHtml.TagProcessors['span'] = function( node, htmlNode )
182 node = FCKXHtml.XML.createTextNode( '[[' + htmlNode._fckplaceholder + ']]' ) ;
184 FCKXHtml._AppendChildNodes( node, htmlNode, false ) ;
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_ie.js31FCKXHtml.GetXHTML(C.getElementsByTagName('html')[0],true,A);if (FCK.DocTypeDeclaration&&FCK.DocTyp…
44FCKXHtml={};FCKXHtml.CurrentJobNum=0;FCKXHtml.GetXHTML=function(A,B,C){FCKXHtmlEntities.Initialize… variable
45 FCKXHtml._GetMainXmlString=function(){return this.MainNode.xml;};FCKXHtml._AppendAttributes=functio…
Dfckeditorcode_gecko.js30FCKXHtml.GetXHTML(C.getElementsByTagName('html')[0],true,A);if (FCK.DocTypeDeclaration&&FCK.DocTyp…
43FCKXHtml={};FCKXHtml.CurrentJobNum=0;FCKXHtml.GetXHTML=function(A,B,C){FCKXHtmlEntities.Initialize… variable
44 FCKXHtml._GetMainXmlString=function(){var A=new XMLSerializer();return A.serializeToString(this.Mai…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckdataprocessor.js102 var data = FCKXHtml.GetXHTML( rootNode, !excludeRoot, format ) ;
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js31 …</body></html>';return B;}},ConvertToDataFormat:function(A,B,C,D){var E=FCKXHtml.GetXHTML(A,!B,D);…
59FCKXHtml={};FCKXHtml.CurrentJobNum=0;FCKXHtml.GetXHTML=function(A,B,C){FCKDomTools.CheckAndRemoveP… variable
60 FCKXHtml._GetMainXmlString=function(){return this.MainNode.xml;};FCKXHtml._AppendAttributes=functio…
Dfckeditorcode_gecko.js30 …</body></html>';return B;}},ConvertToDataFormat:function(A,B,C,D){var E=FCKXHtml.GetXHTML(A,!B,D);…
55FCKXHtml={};FCKXHtml.CurrentJobNum=0;FCKXHtml.GetXHTML=function(A,B,C){FCKDomTools.CheckAndRemoveP… variable
56 FCKXHtml._GetMainXmlString=function(){return (new XMLSerializer()).serializeToString(this.MainNode)…
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_ie.js31 …</body></html>';return B;}},ConvertToDataFormat:function(A,B,C,D){var E=FCKXHtml.GetXHTML(A,!B,D);…
45FCKXHtml={};FCKXHtml.CurrentJobNum=0;FCKXHtml.GetXHTML=function(A,B,C){FCKDomTools.CheckAndRemoveP… variable
46 FCKXHtml._GetMainXmlString=function(){return this.MainNode.xml;};FCKXHtml._AppendAttributes=functio…
Dfckeditorcode_gecko.js30 …</body></html>';return B;}},ConvertToDataFormat:function(A,B,C,D){var E=FCKXHtml.GetXHTML(A,!B,D);…
44FCKXHtml={};FCKXHtml.CurrentJobNum=0;FCKXHtml.GetXHTML=function(A,B,C){FCKDomTools.CheckAndRemoveP… variable
45 FCKXHtml._GetMainXmlString=function(){var A=new XMLSerializer();return A.serializeToString(this.Mai…