The forum operates in read-only mode. Please head to StackOverflow for support.
Hey I´m setting the width to 100% on the API like this:
CKEDITOR.replace( 'editor1', { language : 'de', width : '100%' });
But only the border resize to 100% Any hint for me how to archive the 100% width?
Alright,
by setting the:
.cke_inner { width: 100%; }
it works.
Alright,
Alright,
by setting the:
it works.