Dotclear


Ignore:
Timestamp:
09/07/13 19:37:18 (12 years ago)
Author:
kevin@…
Branch:
Ticket #611
Message:

Ticket #611 : la barre d'édition ne disparaissait pas quand on passe du mode wiki ou XHTML à un autres mode en plugin. épisode 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/tags/js/post.js

    r1699 r1753  
    6767 
    6868// Toolbar button for tags 
    69 jsToolBar.prototype.elements.tagSpace = {type: 'space'}; 
     69jsToolBar.prototype.elements.tagSpace = { 
     70     type: 'space',  
     71     format:{ 
     72          wysiwyg:true, 
     73          wiki:true, 
     74          xhtml:true 
     75     } 
     76}; 
    7077 
    7178jsToolBar.prototype.elements.tag = {type: 'button', title: 'Keyword', fn:{} }; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map