mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 14:03:19 +01:00
8b6404cbc2
see tinymce.moxiecode.com/ for more info |
||
---|---|---|
.. | ||
images | ||
langs | ||
editor_plugin_src.js | ||
editor_plugin.js | ||
readme.txt |
Directionality plugin for TinyMCE ------------------------------ This plugin adds directionality icons to TinyMCE that enables TinyMCE to better handle languages that is written from right to left. Installation instructions: * Add plugin to TinyMCE plugin option list example: plugins : "directionality". * Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : "ltr,rtl". Initialization example: tinyMCE.init({ theme : "advanced", mode : "textareas", plugins : "directionality", theme_advanced_buttons3_add : "ltr,rtl" });