Fckeditor怎么设置默认值
调用编辑器代码:<tablewidth="100%"border="0"><tr><tdheight="25"><textareaname="contest"id="co...
调用编辑器代码:
<table width="100%" border="0">
<tr>
<td height="25">
<textarea name="contest" id="contest"
style="width: 100%; height: 1800px;"></textarea>
<script type="text/javascript">
var oFCKeditor = new FCKeditor( 'contest' );
//oFCKeditor.BasePath = 'FCKeditor/' ;
oFCKeditor.ToolbarSet = 'Love' ;
oFCKeditor.Width = '100%' ;
oFCKeditor.Height = '400' ;
oFCKeditor.Value = '' ;
oFCKeditor.ReplaceTextarea();
oFCKeditor.Create() ;
</script>
<br>
<center>
<input type="submit" name="Submit" value="发表日志" />
</center>
</td>
</tr>
</table>
用oFCKeditor.Value = '' ;设置不行。我现在是要编辑文章。所以会从数据库返回一个字符串。我用er表达式设定到编辑器中。我要将它设定到编辑器中。请问怎么操作。 展开
<table width="100%" border="0">
<tr>
<td height="25">
<textarea name="contest" id="contest"
style="width: 100%; height: 1800px;"></textarea>
<script type="text/javascript">
var oFCKeditor = new FCKeditor( 'contest' );
//oFCKeditor.BasePath = 'FCKeditor/' ;
oFCKeditor.ToolbarSet = 'Love' ;
oFCKeditor.Width = '100%' ;
oFCKeditor.Height = '400' ;
oFCKeditor.Value = '' ;
oFCKeditor.ReplaceTextarea();
oFCKeditor.Create() ;
</script>
<br>
<center>
<input type="submit" name="Submit" value="发表日志" />
</center>
</td>
</tr>
</table>
用oFCKeditor.Value = '' ;设置不行。我现在是要编辑文章。所以会从数据库返回一个字符串。我用er表达式设定到编辑器中。我要将它设定到编辑器中。请问怎么操作。 展开
展开全部
方法1:通过html标记
<textarea name="contest" id="contest" style="width: 100%; height: 1800px;">你的值</textarea>
方法2:通过fckeditor的API
FCKeditorAPI.GetInstance('contest').SetHTML('你的值');
推荐第二种方法,另附fck的取值API
FCKeditorAPI.GetInstance('contest').GetXHTML(true);
<textarea name="contest" id="contest" style="width: 100%; height: 1800px;">你的值</textarea>
方法2:通过fckeditor的API
FCKeditorAPI.GetInstance('contest').SetHTML('你的值');
推荐第二种方法,另附fck的取值API
FCKeditorAPI.GetInstance('contest').GetXHTML(true);
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
大雅新科技有限公司
2024-11-19 广告
2024-11-19 广告
这方面更多更全面的信息其实可以找下大雅新。深圳市大雅新科技有限公司从事KVM延长器,DVI延长器,USB延长器,键盘鼠标延长器,双绞线视频传输器,VGA视频双绞线传输器,VGA延长器,VGA视频延长器,DVI KVM 切换器等,优质供应商,...
点击进入详情页
本回答由大雅新科技有限公司提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询