Important changes to Tiny Cloud pricing > Find out more
Return to Website

directionality

This plugin adds directionality icons to TinyMCE that enables TinyMCE to better handle languages that is written from right to left. Installation Instructions

  1. Add plugin to TinyMCE plugin option list example: plugins : "directionality".
  2. 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"
});

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.