The Ace mode to be used by the editor.
The mode in Ace is often the programming or markup
language that you're using and determines things like
syntax highlighting and code folding. Use the
theme
The Ace theme to be used by the
editor. The theme in Ace determines the styling
and coloring of the editor. Use
getAceThemes to enumerate all the themes
available.
readOnly
If set to TRUE, Ace will disable
client-side editing. If FALSE (the default), it
will enable editing.
fontSize
If set, will update the font size (in px)
used in the editor. Should be an integer.