Opened 18 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 17 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
comment:3 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
FCKeditor is no longer supported so this time this is a “won't fix”.