Set Height and other options for CKeditor
Permalink
Hi there -
I'm building a block that contains an instance of the CKeditor. When I add the editor instance I'm wondering if there's a way to pass in some options to the editor instance to force the height, etc. I've looked at the source code and don't see a way. The way I'm doing this in the block is:
I'm building a block that contains an instance of the CKeditor. When I add the editor instance I'm wondering if there's a way to pass in some options to the editor instance to force the height, etc. I've looked at the source code and don't see a way. The way I'm doing this in the block is:
$editor = Core::make('editor'); echo $editor->outputBlockEditModeEditor('fact', $controller->getParagraphEditMode());