Changes between Initial Version and Version 1 of Ticket #2906


Ignore:
Timestamp:
Feb 12, 2009, 7:32:34 AM (15 years ago)
Author:
Martin Kou
Comment:

In the conference with Senthil yesterday, he also expressed that he wished to see something like this:

CKEDITOR.plugins.addExternal( 'my_plugin_1,my_plugin_2,my_plugin_3,my_plugin_4', 'file:///c:/my_plugins' );

Instead of having to write an addExternal() line for every plugin in a file.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2906 – Description

    initial v1  
    44
    55{{{
    6 CKEDITOR.plugins.addExternal( 'my_plugin_1', 'file://c:/my_plugins/' );
    7 CKEDITOR.plugins.addExternal( 'my_plugin_2', 'file://c:/my_plugins/' );
    8 CKEDITOR.plugins.addExternal( 'my_plugin_3', 'file://c:/my_plugins/' );
    9 CKEDITOR.plugins.addExternal( 'my_plugin_4', 'file://c:/my_plugins/' );
     6CKEDITOR.plugins.addExternal( 'my_plugin_1', 'file:///c:/my_plugins/' );
     7CKEDITOR.plugins.addExternal( 'my_plugin_2', 'file:///c:/my_plugins/' );
     8CKEDITOR.plugins.addExternal( 'my_plugin_3', 'file:///c:/my_plugins/' );
     9CKEDITOR.plugins.addExternal( 'my_plugin_4', 'file:///c:/my_plugins/' );
    1010}}}
    1111
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy