Hi every body,
I'm newbees with CKEditor, my problem is :
How to open editor with a height of let say 80% of screenheight ?
I'm totally confused ?
Any help would be appreciated !
Many thks.
I'm newbees with CKEditor, my problem is :
How to open editor with a height of let say 80% of screenheight ?
I'm totally confused ?
Any help would be appreciated !
Many thks.
Re: minheight
CKEDITOR.replace("EditorInstanceName", { height:height_var});
I am doing something similar and that is working for me.
Hope it helps.