Install HTML Tools to TinyMCE
- Unpack archived files directly to
tinymce/plugins
. - Turn on the plugin in
initialization script:
plugins: 'jsplusTranslator,jsplus_backup,jsplus_edit_tag'
- Add these buttons to the toolbar definition:
- Run translation
jsplusTranslator
- Reverse translation direction
jsplusTranslatorReverse
- Open settings dialog
jsplusTranslatorConf
- Edit selected tag
jsplus_edit_tag
- Create new snapshot
jsplus_backup_save
- Browse and load snapshots
jsplus_backup_load
- Now you can use your installed plugins. Do not forget to sure that browser cache was cleared.