Changeset 383:7a50fa7e4cfe for plugins/tags
- Timestamp:
- 06/17/11 13:56:28 (14 years ago)
- Branch:
- wysiwyg
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/js/post.js
r330 r383 87 87 ed.addButton('tag', { 88 88 title : 'dcTag.tag_desc', 89 cmd : 'dcTag', 90 image :'index.php?pf=tags/img/tag-add.png' 89 cmd : 'dcTag' 91 90 }); 92 91 93 ed.addShortcut('ctrl+alt+t', 'dcTag.ta _desc', 'dcTag');92 ed.addShortcut('ctrl+alt+t', 'dcTag.tag_desc', 'dcTag'); 94 93 95 94 ed.onNodeChange.add(function(ed, cm, n, co) {
Note: See TracChangeset
for help on using the changeset viewer.