FckEditor 中如何在光标处插入文本
FckEditor 中如何在光标处插入文本 --------------------编程问答-------------------- <script type="text/javascript">function Insertpic1(str)
{var oEditor = FCKeditorAPI.GetInstance('cntfck') ;
if ( oEditor.EditMode == FCK_EDITMODE_WYSIWYG )
{
oEditor.InsertHtml( '<img src="images/smiley/em' + str+ '.gif"/>' ) ;
}
}
</script>
..........
<a href="javascript:Insertpic1(0)">插入</a> --------------------编程问答-------------------- up --------------------编程问答-------------------- 谢谢 bighead 为我们提供的帮助!
--------------------编程问答-------------------- 学习。。。。
补充:.NET技术 , ASP.NET