Opened 17 years ago

Closed 12 years ago

#44 closed Task (wontfix)

Move the main script load code to FCKScriptLoader

Reported by: Frederico Caldeira Knabben Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

The FCKScriptLoader object simplify the loading of specific components from the editor code library, and guaranties all dependencies are loaded in the correct order.

There are still many entries missing in the FCKScriptLoader scripts list. We should complete it.

Once complete, we should be able to change the fckeditor.html file, removing all "LoadScript" entries with a single call like:

FCKScriptLoader.Load( 'FCKeditor' ) ;

The 'FCKeditor' entry, is a special script name that identifies the main editor code (it doesn't have a relative script file).

We should also use the FCKScriptLoader to make it automatically generate the list of files to be placed in the _packager.xml file.

Change History (3)

comment:1 Changed 16 years ago by Wojciech Olchawa

Resolution: wontfix
Status: newclosed

comment:2 Changed 16 years ago by Wojciech Olchawa

Resolution: wontfix
Status: closedreopened

comment:3 Changed 12 years ago by Jakub Ś

Resolution: wontfix
Status: reopenedclosed

FCKeditor is no longer supported so this time this is a “won't fix”.

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