Ticket #1484798 (closed Feature Requests: fixed)

Opened 8 months ago

Last modified 5 weeks ago

Improved RTL support.

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

Description (last modified by till) (diff)

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',

2. 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

3. 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

Changed 8 months ago by till

  • description modified (diff)

Changed 5 months ago by anonymous

  • milestone deleted

Milestone 0.1.5 deleted

Changed 5 weeks ago by alec

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.2-beta

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

Note: See TracTickets for help on using tickets.