I'm new to ckeditor and not an expert in javascript.
First of all, great job, guys!
Learning how to use ckeditor I encountered the following problem.
I declared a DIV-tag with "display:none" to hold a ckeditor-textarea,
changed the style programmatically to "display:block" and tried "maximize"-button.
Works fine using CSS-Inline-Declaration, the result with a selector-CSS-Declaration in
Headsection results in a broken layout, the same with external CSS.
Tested in Firefox 3.6.3.
I'm just curious to know if this really doesn't work or i simply don't get it.
Tried to upload testfile, but what kind of fileextension is allowed ??
...
<style type="text/css">
#displaynone { display:none; }
</style>
...
<div id ="displaynone">
...
CKEDITOR.replace( 'editor2',
{
fullPage : true
});
...
greetings from brasil
uwe
First of all, great job, guys!
Learning how to use ckeditor I encountered the following problem.
I declared a DIV-tag with "display:none" to hold a ckeditor-textarea,
changed the style programmatically to "display:block" and tried "maximize"-button.
Works fine using CSS-Inline-Declaration, the result with a selector-CSS-Declaration in
Headsection results in a broken layout, the same with external CSS.
Tested in Firefox 3.6.3.
I'm just curious to know if this really doesn't work or i simply don't get it.
Tried to upload testfile, but what kind of fileextension is allowed ??
...
<style type="text/css">
#displaynone { display:none; }
</style>
...
<div id ="displaynone">
...
CKEDITOR.replace( 'editor2',
{
fullPage : true
});
...
greetings from brasil
uwe