Documentation
Source
$source #
Access to the Dom of the textarea element which show the source mode.
var val = this.app.source.$source.val();
toggle #
Toggles the source view of Revolvapp.
this.app.source.toggle();
open #
Shows the source of Revolvapp.
this.app.source.open();
close #
Hides the source of Revolvapp.
this.app.source.close();