Ticket #44 (reopened Task)

Opened 2 years ago

Last modified 10 months ago

Move the main script load code to FCKScriptLoader

Reported by: FredCK 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

Changed 10 months ago by w.olchawa

  • status changed from new to closed
  • resolution set to wontfix

Changed 10 months ago by w.olchawa

  • status changed from closed to reopened
  • resolution wontfix deleted
Note: See TracTickets for help on using tickets.