- Timestamp:
- 06/24/16 10:23:37 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/js/jsToolBar/jsToolBar.js
r3003 r3258 429 429 }; 430 430 431 // code 432 jsToolBar.prototype.elements.mark = { 433 type: 'button', 434 title: 'Mark', 435 fn: { 436 wiki: function() { this.singleTag('""') }, 437 xhtml: function() { this.singleTag('<mark>','</mark>')} 438 } 439 }; 440 431 441 // spacer 432 442 jsToolBar.prototype.elements.space1 = {
Note: See TracChangeset
for help on using the changeset viewer.