Searched refs:CheckElementRemovable (Results 1 – 7 of 7) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fcktoolbarfontformatcombo.js | 103 if ( style.CheckElementRemovable( blockElement ) ) 132 if ( style.CheckElementRemovable( blockElement ) )
|
H A D | fcktoolbarstylecombo.js | 108 if ( style.CheckElementRemovable( elements[ e ], true ) ) 156 …if ( ( path && style.CheckActive( path ) ) || ( !path && style.CheckElementRemovable( startElement…
|
H A D | fckstyle.js | 183 if ( this.CheckElementRemovable( pathElement ) ) 316 if ( this.CheckElementRemovable( pathElement ) ) 334 if ( this.CheckElementRemovable( pathElement ) ) 409 CheckElementRemovable : function( element, fullMatch ) method in FCKStyle 489 return this.CheckElementRemovable( elementPath.Block || elementPath.BlockLimit ) ; 502 if ( this.CheckElementRemovable( element, true ) )
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 52 …CheckElementRemovable(N)){if (K&&!FCKDomTools.CheckIsEmptyElement(N,function(el){return (el!=G);})… method in FCKStyle 92 …CheckElementRemovable(D[e],true)){A.SetLabel(F.Label||F.Name);return;}}}};A.SetLabel(this.DefaultL… 93 …CheckElementRemovable(D)){A.SetLabel(F.Label);return;}}}};A.SetLabel(this.DefaultLabel);};FCKToolb…
|
H A D | fckeditorcode_gecko.js | 51 …CheckElementRemovable(N)){if (K&&!FCKDomTools.CheckIsEmptyElement(N,function(el){return (el!=G);})… method in FCKStyle 91 …CheckElementRemovable(D[e],true)){A.SetLabel(F.Label||F.Name);return;}}}};A.SetLabel(this.DefaultL… 92 …CheckElementRemovable(D)){A.SetLabel(F.Label);return;}}}};A.SetLabel(this.DefaultLabel);};FCKToolb…
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 62 …CheckElementRemovable(O)){if (L&&!FCKDomTools.CheckIsEmptyElement(O,function(el){return (el!=H);})… method in FCKStyle 105 …CheckElementRemovable(D[e],true)){A.SetLabel(F.Label||F.Name);return;}}}};A.SetLabel(this.DefaultL… 106 …CheckElementRemovable(D)){A.SetLabel(F.Label);return;}}}};A.SetLabel(this.DefaultLabel);};FCKToolb…
|
H A D | fckeditorcode_ie.js | 66 …CheckElementRemovable(O)){if (L&&!FCKDomTools.CheckIsEmptyElement(O,function(el){return (el!=H);})… method in FCKStyle 106 …CheckElementRemovable(D[e],true)){A.SetLabel(F.Label||F.Name);return;}}}};A.SetLabel(this.DefaultL… 107 …CheckElementRemovable(D)){A.SetLabel(F.Label);return;}}}};A.SetLabel(this.DefaultLabel);};FCKToolb…
|