You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
359 B
359 B
Command | Description |
---|---|
mceDirectionLTR | Changes the directionality to LTR. |
mceDirectionRTL | Changes the directionality to RTL. |
Examples
tinymce.activeEditor.execCommand('mceDirectionLTR');
tinymce.activeEditor.execCommand('mceDirectionRTL');