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:
John McLear 2011-12-04 18:55:35 +00:00
parent 601b74705e
commit 438bee7ef5
4 changed files with 23 additions and 0 deletions

View file

@ -1127,6 +1127,10 @@ function OUTER(gscope)
{
setTextSize(value);
}
else if (k == 'rtlistrue')
{
setClassPresence(root, "rtl", !! value);
}
}
editorInfo.ace_setBaseText = function(txt)