Home
last modified time | relevance | path

Searched refs:InlineNonEmptyElements (Results 1 – 8 of 8) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcklistslib.js40InlineNonEmptyElements : { a:1,abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,fon… class in FCKListsLib
H A Dfckdomtools.js862 if ( elementChild || !FCKListsLib.InlineNonEmptyElements[ child.nodeName.toLowerCase() ] )
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange.js536 while ( FCKListsLib.InlineNonEmptyElements[ oNode.nodeName.toLowerCase() ] )
559 while ( FCKListsLib.InlineNonEmptyElements[ oNode.nodeName.toLowerCase() ] )
H A Dfckstyle.js981 && FCKListsLib.InlineNonEmptyElements[ startSibling.nodeName.toLowerCase() ] )
1008 …if ( !element || element.nodeType != 1 || !FCKListsLib.InlineNonEmptyElements[ element.nodeName.to…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js36 …irstChild;var D;while (C){if (C.nodeType==1){if (D||!FCKListsLib.InlineNonEmptyElements[C.nodeName…
42 …,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,'var':1 },InlineNonEmptyElements:{ a:1,abbr… class in FCKListsLib
52InlineNonEmptyElements[B.nodeName.toLowerCase()]){if (!B.firstChild) FCKDomTools.RemoveNode(B);els…
56InlineNonEmptyElements[B.nodeName.toLowerCase()]){this._Range.setStartBefore(B);if (B!=B.parentNod…
H A Dfckeditorcode_gecko.js35 …irstChild;var D;while (C){if (C.nodeType==1){if (D||!FCKListsLib.InlineNonEmptyElements[C.nodeName…
41 …,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,'var':1 },InlineNonEmptyElements:{ a:1,abbr… class in FCKListsLib
51InlineNonEmptyElements[B.nodeName.toLowerCase()]){if (!B.firstChild) FCKDomTools.RemoveNode(B);els…
55InlineNonEmptyElements[B.nodeName.toLowerCase()]){this._Range.setStartBefore(B);if (B!=B.parentNod…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js46 …irstChild;var D;while (C){if (C.nodeType==1){if (D||!FCKListsLib.InlineNonEmptyElements[C.nodeName…
52 …,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,'var':1 },InlineNonEmptyElements:{ a:1,abbr… class in FCKListsLib
62InlineNonEmptyElements[B.nodeName.toLowerCase()]){if (!B.firstChild) FCKDomTools.RemoveNode(B);els…
66InlineNonEmptyElements[B.nodeName.toLowerCase()]){this._Range.setStartBefore(B);if (B!=B.parentNod…
H A Dfckeditorcode_ie.js50 …irstChild;var D;while (C){if (C.nodeType==1){if (D||!FCKListsLib.InlineNonEmptyElements[C.nodeName…
56 …,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,'var':1 },InlineNonEmptyElements:{ a:1,abbr… class in FCKListsLib
66InlineNonEmptyElements[B.nodeName.toLowerCase()]){if (!B.firstChild) FCKDomTools.RemoveNode(B);els…
70InlineNonEmptyElements[B.nodeName.toLowerCase()]){this._Range.setStartBefore(B);if (B!=B.parentNod…