lrstom 发表于 2013-1-29 09:22:05

后台内容的输入

内容的输入:
<!-- 内容 --><script type="text/javascript" src="<%=basePath %>fckeditor/fckeditor.js"></script><script type="text/javascript">window.onload = function(){// 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 = "<%=basePath%>fckeditor/";var oFCKeditor = new FCKeditor( 'tassa','620','500' ) ;oFCKeditor.BasePath= sBasePath ;oFCKeditor.ReplaceTextarea() ;} </script><script type="text/javascript" src="<%=basePath%>js/checkFckEditor.js"></script> 
页: [1]
查看完整版本: 后台内容的输入