Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js392 FCKEnterKey.prototype._ExecuteEnterBlock = function( blockTag, range ) argument
436 eNewBlock = this.Window.document.createElement( blockTag ) ;
450 eNewBlock = this.Window.document.createElement( blockTag ) ;
481 FCKEnterKey.prototype._ExecuteEnterBr = function( blockTag ) argument