Home
last modified time | relevance | path

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

/plugin/fckg/fckeditor/editor/plugins/autogrow/
H A Dfckplugin.js26 MIN_HEIGHT : window.frameElement.offsetHeight, property in FCKAutoGrow
61 if ( height < FCKAutoGrow.MIN_HEIGHT )
62 height = FCKAutoGrow.MIN_HEIGHT;