Changeset 631
- Timestamp:
- 2007-08-07 12:18:27 (16 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 1 added
- 3 modified
-
editor/fckeditor.html (modified) (1 diff)
-
editor/_source/commandclasses/fcklistcommands.js (added)
-
editor/_source/internals/fckcommands.js (modified) (1 diff)
-
fckpackager.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/fckeditor.html
r587 r631 114 114 LoadScript( '_source/commandclasses/fckstylecommand.js' ) ; 115 115 LoadScript( '_source/commandclasses/fckfitwindow.js' ) ; 116 LoadScript( '_source/commandclasses/fcklistcommands.js' ) ; 116 117 LoadScript( '_source/internals/fckcommands.js' ) ; 117 118 -
FCKeditor/trunk/editor/_source/internals/fckcommands.js
r501 r631 110 110 111 111 case 'SelectAll' : oCommand = new FCKSelectAllCommand() ; break ; 112 case 'InsertOrderedList' : oCommand = new FCKListCommand( 'InsertOrderedList' ) ; break ; 113 case 'InsertUnorderedList' : oCommand = new FCKListCommand( 'InsertUnorderedList' ) ; break ; 112 114 113 115 // Generic Undefined command (usually used when a command is under development). -
FCKeditor/trunk/fckpackager.xml
r402 r631 121 121 <File path="editor/_source/commandclasses/fckstylecommand.js" /> 122 122 <File path="editor/_source/commandclasses/fckfitwindow.js" /> 123 <File path="editor/_source/commandclasses/fcklistcommands.js" /> 123 124 <File path="editor/_source/internals/fckcommands.js" /> 124 125