Opened 15 years ago
Last modified 13 years ago
#4509 confirmed New Feature
Adding config for maximize on startup
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
We should have a config entry for initial maximize as we have with 'show block' plugin.
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | CKEditor 3.2 → CKEditor 3.x |
---|
comment:2 Changed 14 years ago by
Milestone: | CKEditor 3.x |
---|
comment:3 Changed 13 years ago by
Status: | new → confirmed |
---|
Currently tis can be done with below code but this option sounds nice.
var editor = CKEDITOR.replace( 'editor1'); editor.on( 'instanceReady', function(event){ event.editor.execCommand( 'maximize'); });
Milestone CKEditor 3.x deleted