Opened 14 years ago
Closed 14 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 14 years ago by
Keywords: | extraPlugins removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
You have an space before autogrow.
This works: