Opened 15 years ago

Last modified 12 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 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.2CKEditor 3.x

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

comment:3 Changed 12 years ago by Jakub Ś

Status: newconfirmed

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'); 
});
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy