Opened 13 years ago

Closed 13 years ago

#7214 closed Bug (invalid)

extra plugins

Reported by: Don Owned by:
Priority: Normal Milestone:
Component: UI : Toolbar Version: 3.5.2
Keywords: Cc:

Description

I just downloaded ver 3.5.2, installed, and while working with samples, attempted the following code:

CKEDITOR.replace( 'ItemText', {

extraPlugins : 'uicolor, autogrow', toolbar : [ [ 'Bold', 'Italic', 'Underline' ], [ 'UIColor', 'autogrow' ] ] });

It failed. In fact, the editor instance did not even appear on the page.

I downloaded the latest and greatest in the hope that the extraPlugins would begin to support more than one plugin. But, the code continues to fail in the same manner as it failed in version 3.0.

I have tested this on both my production linux server, AND on my development windows server with the same results.

Please advise.

Change History (1)

comment:1 Changed 13 years ago by Alfonso Martínez de Lizarrondo

Keywords: extraPlugins removed
Resolution: invalid
Status: newclosed

You have an space before autogrow.

This works:

extraPlugins : 'uicolor,autogrow'
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