Best,
Fabian
> --
> You received this message because you are subscribed to the Google Groups "Ajax.org Cloud9 Editor (Ace)" group.
> To post to this group, send email to ace-d...@googlegroups.com.
> To unsubscribe from this group, send email to ace-discuss...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/ace-discuss?hl=en.
>
>
var editor = null;
editor = ace.edit("editor");
editor.setTheme("ace/theme/textmate");$("#test_textarea").val( editor.getSession().getValue());