Skip to content

Commit e3b00a8

Browse files
committed
Document getTextArea
1 parent f6a8cb4 commit e3b00a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manual.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,9 @@ <h2 id="api">Programming API</h2>
635635
<dt id="toTextArea"><code>toTextArea()</code></dt>
636636
<dd>Remove the editor, and restore the original textarea (with
637637
the editor's current content).</dd>
638+
639+
<dt id="getTextArea"><code>getTextArea() → textarea</code></dt>
640+
<dd>Returns the textarea that the instance was based on.</dd>
638641
</dl>
639642

640643
<p id="defineExtension">If you want to define extra methods in terms

0 commit comments

Comments
 (0)