FCK调用方法..

2018-09-24 21:42

阅读:506

  <scripttype=text/javascriptsrc=editor/fckeditor.js></script>
<scripttype=text/javascript>
<!--
//Automaticallycalculatestheeditorbasepathbasedonthe_samplesdirectory.
//Thisisusefullonlyforthesesamples.Arealapplicationshouldusesomethinglikethis:
//oFCKeditor.BasePath=/fckeditor/;///fckeditor/isthedefaultvalue.

varoFCKeditor=newFCKeditor(zhangthree);
oFCKeditor.BasePath=/editor/;
oFCKeditor.Height=300;
oFCKeditor.Value=随便写点内容!;
oFCKeditor.Create();
//-->
</script>


评论


亲,登录后才可以留言!