源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

FCK调用方法..

  • 时间:2021-03-24 08:00 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:FCK调用方法..
<script type="text/javascript" src="editor/fckeditor.js"></script> <script type="text/javascript"> <!-- // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_samples')) ; var oFCKeditor = new FCKeditor( 'zhangthree' ) ; oFCKeditor.BasePath = '/editor/' ; oFCKeditor.Height = 300 ; oFCKeditor.Value = '随便写点内容!' ; oFCKeditor.Create() ; //--> </script>
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部