この記事は次から転載されています: http://www.obout.com/editor_new/sample_InsertHTML.aspx
例は、「外側」コンポーネントから現在の選択/キャレット位置にある HTML Editor のコンテンツにアクセスする方法を示しています。
コード例
<script type="text/JavaScript">function Insert(){ oboutGetEditor('editor').InsertHTML("<a href='mailto://support@obout.com'>Obout support</a>");}</script> <input type="button" onclick="Insert();" value="Insert Obout support link"/> <ed:Editor id="editor" runat="server" />
具体的な結果例については、http://www.obout.com/editor_new/sample_InsertHTML.aspx
を参照してください。