Skip to content

Commit

Permalink
update sample
Browse files Browse the repository at this point in the history
  • Loading branch information
JiHong88 committed Mar 27, 2023
1 parent 0d1a533 commit 01d9361
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion sample/html/out/document-user.html
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ <h4 class="name" id="onFocus"><span class="type-signature"></span>onFocus<span


<h4 class="name" id="onBlur"><span class="type-signature"></span>onBlur<span
class="signature">(event, core)</span><span class="type-signature"></span></h4>
class="signature">(event, core, contents)</span><span class="type-signature"></span></h4>
<div class="description">
Focus event
</div>
Expand All @@ -908,6 +908,13 @@ <h4 class="name" id="onBlur"><span class="type-signature"></span>onBlur<span
</td>
<td class="description last"><a href="document-editor.html">Core Object</a></td>
</tr>
<tr>
<td class="name"><code>contents</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="description last">Current contents</td>
</tr>
</tbody>
</table>
<dl class="details"></dl>
Expand Down

0 comments on commit 01d9361

Please sign in to comment.