Changeset 1753:344c253dc891 for plugins/tags
- Timestamp:
- 09/07/13 19:37:18 (12 years ago)
- Branch:
- Ticket #611
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/js/post.js
r1699 r1753 67 67 68 68 // Toolbar button for tags 69 jsToolBar.prototype.elements.tagSpace = {type: 'space'}; 69 jsToolBar.prototype.elements.tagSpace = { 70 type: 'space', 71 format:{ 72 wysiwyg:true, 73 wiki:true, 74 xhtml:true 75 } 76 }; 70 77 71 78 jsToolBar.prototype.elements.tag = {type: 'button', title: 'Keyword', fn:{} };
Note: See TracChangeset
for help on using the changeset viewer.