Opened 5 years ago

Closed 5 years ago

#1484798 closed Feature Requests (fixed)

Improved RTL support.

Reported by: till Owned by:
Priority: 5 Milestone: 0.2-beta
Component: User Interface Version: git-master
Severity: normal Keywords:
Cc:

Description (last modified by till)

  1. program/js/editor.js

add 'directionality' keyword to plugins array (it may be there already) and 'rtl,ltr' to theme_advanced_buttons2 array (I put them last but you may choose any order)

the latest version of tinymce contains directionality plugin.
just verify that it exists in the subdir called plugins.

DO NOT FORGET THE COMMA AT THE END OF THE ARRAY'S DEFINITION !

plugins : 'directionality,emotions.......),
theme_advanced_buttons2 : '.......,ltr,rtl',
  1. If you wish to use ENTER key and not SHIFT-ENTER for line feed in the html editor, append the following text to the css files:
skins/default/editor_ui.css
skins/default/editor_content.css
skins/default/editor_popup.css


and/or any skins/<any language>/ you wish

  1. This is the text to append - from the next line till the end of the document
/* Fix for MS Office style paragraphs (MsoNormal) and to simulate ENTER for linefeed */
p { margin: 0px; padding: 0px; }

/* Fix for MS Office unindeted lists and to simulate ENTER for linefeed */
.unIndentedList { margin: 0px; padding: 0px; list-style-position: inside; }

.unIndentedList li { padding: 0px; }

(From an email by Moish to dev@.)

Change History (3)

comment:1 Changed 5 years ago by till

  • Description modified (diff)

comment:2 Changed 5 years ago by anonymous

  • Milestone 0.1.5 deleted

Milestone 0.1.5 deleted

comment:3 Changed 5 years ago by alec

  • Milestone set to 0.2-beta
  • Resolution set to fixed
  • Status changed from new to closed

I think it was done some time ago. Assigned milestone and closed.

Note: See TracTickets for help on using tickets.