Changeset 1278
- Timestamp:
- 11/18/10 10:18:37 (2 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/DefinitionList/DefinitionList.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/DefinitionList/DefinitionList.js
r1274 r1278 25 25 } 26 26 } 27 // add a new line in the toolbar 28 cfg.toolbar.push(toolbar); 27 28 // We'll insert the buttons next to the UL/OL buttons, if they exist. 29 // If neither of those buttons exists, addToolbarElement puts our buttons 30 // at the beginning of the toolbar, which is good enough. 31 for( var i = 0; i < toolbar.length; ++i ) { 32 cfg.addToolbarElement(toolbar[i], ["insertunorderedlist", "insertorderedlist"], 1); 33 } 29 34 } 30 35
