Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#9190 closed Task (invalid)

Embed ckeditor in ckeditor dialog?

Reported by: bobkhin Owned by:
Priority: Normal Milestone:
Component: UI : Dialogs Version: 3.6
Keywords: Cc: ducdhm@…

Description

Is it possible?

Attachments (1)

iframe-fit-size.zip (2.7 KB) - added by Jakub Ś 12 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 12 years ago by bobkhin

Cc: ducdhm@… added

comment:2 Changed 12 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

Please note that the CKEditor development website is not the right place for support requests.

Please refer to the following article for information on where to get support for all issues related to CKEditor: http://docs.cksource.com/CKEditor_3.x/Howto/Support

Also try using our forums for advice: http://cksource.com/forums/

If you are looking for professional assistance, the CKEditor development team is available via a dedicated support channel that is included in all our commercial licenses: http://ckeditor.com/license


Yes it is possible - you should use iframe dialog.

comment:3 Changed 12 years ago by bobkhin

Thanks a lot!

comment:4 Changed 12 years ago by Jakub Ś

Use the below on HTML page and plugin from attached file (maybe it will help others):

var editor = CKEDITOR.replace( 'editor1',{		
	extraPlugins : ‘iframe-fit-size’					
	toolbar : [
		['Source','-','Save','NewPage','Preview','-','Templates'],
		['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
		['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
		['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],
		'/',
		['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
		['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'],
		['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
		['BidiLtr', 'BidiRtl' ],
		['Link','Unlink','Anchor'],
		['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe'],
		'/',
		['Styles','Format','Font','FontSize'],
		['TextColor','BGColor'],					
		['Maximize', 'ShowBlocks','-','About'],['Myiframedialog']
	]
	
} );	

Changed 12 years ago by Jakub Ś

Attachment: iframe-fit-size.zip added
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