hello,
trying this for the first time
got everything i wanted to work for the first time working except the height has no effect
this is the last thing i tried
<%
CKEditorConfig settings = new CKEditorConfig();
settings.addConfigValue("width","100%");
settings.addConfigValue("height","800px");
%>
<ckeditor:replace replace="editor1" basePath="/ckeditor/" />
no matter what i set, the height never changes from the default of 205
trying this for the first time
got everything i wanted to work for the first time working except the height has no effect
this is the last thing i tried
<%
CKEditorConfig settings = new CKEditorConfig();
settings.addConfigValue("width","100%");
settings.addConfigValue("height","800px");
%>
<ckeditor:replace replace="editor1" basePath="/ckeditor/" />
no matter what i set, the height never changes from the default of 205