Stackedit/public/res/html/tooltipUserCustomExtension.html

19 lines
484 B
HTML
Raw Normal View History

2013-07-07 20:07:11 +00:00
Extension variable name:
<b>userCustom</b>
<br>
<br>
<b>Example:</b>
<br />
userCustom.onPreviewFinished = function() {
<br />
2013-07-30 08:46:36 +00:00
&nbsp;&nbsp;eventMgr.onMessage(&quot;Finished!&quot;);
2013-07-07 20:07:11 +00:00
<br />
};
<br />
<br />
<a target="_blank"
href="https://github.com/benweet/stackedit/blob/master/doc/developer-guide.md#architecture">More
2013-09-03 10:37:59 +00:00
info</a>
<br />
<br />
<b class="text-danger"><i class="icon-attention"></i> Careful! This is subject to malicious code. Don't copy/paste untrusted content.</b>