<!--编辑器代码-开始 -->
<script src="/kindeditor/kindeditor.js" type="text/javascript"></script>
<script type="text/javascript">
KE.show({
id: 'pb-text-textarea',
imageUploadJson: '/kindeditor/plugins/upload_json.ashx',
fileManagerJson: '/kindeditor/plugins/file_manager_json.ashx',
allowFileManager: true,
width: "100%", //编辑器的宽度为70%
height: "353px", //编辑器的高度为100px
filterMode: false, //不会过滤HTML代码
resizeMode: 0 //2或1或0,2时可以拖动改变宽度和高度,1时只能改变高度,0时不能拖动。
});
function txtTitle_onclick() {
}
</script>
<!-- 编辑器代码结束 -->
<div class="pb-post-section" id="pb-text-post-holder">
<h3 class="pb-section-title">描述</h3>
<textarea class="pb-input-text" id="pb-text-textarea" cols=""rows="" name="textarea"><%=video_descript %></textarea>
</div>
发表评论:
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。