Dotclear


Ignore:
Timestamp:
06/24/16 10:23:37 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add mark button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcLegacyEditor/js/jsToolBar/jsToolBar.js

    r3003 r3258  
    429429}; 
    430430 
     431// code 
     432jsToolBar.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 
    431441// spacer 
    432442jsToolBar.prototype.elements.space1 = { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map