Hi!
Im trying to make the editor field 100% in height, but then it fails to do so.
if I use this code, it works fine.. but then it will stay that big even if im changing the windowsize. Are there no workaround to get Height to be 100 % ?
Im trying to make the editor field 100% in height, but then it fails to do so.
function __construct( $instanceName )
{
$this->InstanceName = $instanceName ;
$this->BasePath = '/fckeditor/' ;
$this->Width = '98%' ;
$this->Height = '530' ;
$this->ToolbarSet = 'MyToolbar' ;
$this->Value = '' ;
$this->Config = array() ;
}if I use this code, it works fine.. but then it will stay that big even if im changing the windowsize. Are there no workaround to get Height to be 100 % ?
