Changeset 2983
- Timestamp:
- 01/21/09 18:43:13 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/prototype/_source/plugins/sourcearea/plugin.js
r2980 r2983 96 96 97 97 editor.addCommand( 'source', sourcearea.commands.source ); 98 editor.ui.addButton( 'Source', 99 { 100 label : editor.lang.source, 101 command : 'source' 102 }); 98 99 if ( editor.ui.addButton ) 100 { 101 editor.ui.addButton( 'Source', 102 { 103 label : editor.lang.source, 104 command : 'source' 105 }); 106 } 103 107 104 108 editor.on( 'mode', function()
Note: See TracChangeset
for help on using the changeset viewer.
