Home
last modified time | relevance | path

Searched refs:blockElement (Results 1 – 2 of 2) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarfontformatcombo.js94 var blockElement = path.Block ;
96 if ( blockElement )
103 if ( style.CheckElementRemovable( blockElement ) )
125 var blockElement = path.Block ;
132 if ( style.CheckElementRemovable( blockElement ) )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js642 _InsertBlockElement : function( blockElement ) argument