How To set default htmleditor align from "justifyleft" to "justifyright"

  1. #1

    How To set default htmleditor align toggle from "justifyleft" to "justifyright"

    I take a lot of time for change defalut align toggle of htmleditor from "justifyleft" to "justifyright", and could not success.
    I set "RTL = true;" for editor, and i expect that "justifyleft" automatically change to "justifyright", but did not change.

    I also test this way, but this code mixed justify buttons operation and not working.
     if (me.enableAlignments) {
                items.push(
                    '-',    
                    btn('justifyfull',false), 
                    btn('justifyright',true), 
                    btn('justifycenter'false),
                    btn('justifyleft',false)
                );
            }
    Last edited by gnostic; Sep 20, 2017 at 9:32 AM.

Similar Threads

  1. Replies: 1
    Last Post: Apr 06, 2016, 12:05 PM
  2. Replies: 3
    Last Post: Jan 28, 2016, 6:13 PM
  3. [CLOSED] HtmlEditor.Call("append", "xxx") does not work
    By hdsoso in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 17, 2014, 11:36 PM
  4. Replies: 6
    Last Post: May 31, 2013, 3:04 AM
  5. Replies: 4
    Last Post: Oct 11, 2011, 2:42 AM

Tags for this Thread

Posting Permissions