mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Support for Right to Left language support, this is part of a tutorial video I did to show how to pass options to ACE
This commit is contained in:
parent
601b74705e
commit
438bee7ef5
4 changed files with 23 additions and 0 deletions
|
@ -89,6 +89,7 @@ var padeditor = (function()
|
|||
|
||||
self.ace.setProperty("showsauthorcolors", noColors);
|
||||
|
||||
self.ace.setProperty("rtlIsTrue", rtlIsTrue);
|
||||
},
|
||||
initViewZoom: function()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue