问一下大家,Fckeditor如何设置编辑中的内容,现在是在编辑内容,里面需要填入从数据库中抓取的数据,请教一下怎么设置它的默认值啊。<div>
<input id="EditorDefault" name="EditorDefault" value="" type="hidden" />
<iframe id="EditorDefault___Frame" frameborder="0" height="200" scrolling="no" width="100%" src="/news/fckeditor/editor/fckeditor.html?InstanceName=EditorDefault&amp;Toolbar=Default">
</iframe>
</div>
//这是前端的代码