I followed your documentaion
http://www.snapeditor.com/docs/api:
var editor = SnapEditor.InPlace("editor");
editor.api;
But didn't find api field there.
SnapEditor.InPlace or SnapEditor.Form returns object with four functions: init, updateTextarea, formInit, finishConstruct
What am i doing wrong?