代码如下 | 复制代码 |
<script type="text/javascript" src="fckeditor/fckeditor.js"></script> <form method="POST"> <script type="text/javascript"> var oFCKeditor = new FCKeditor( 'content' ) ; oFCKeditor.BasePath = "fckeditor/" ; oFCKeditor.Height = 300 ; oFCKeditor.Value = '{ $content }' ; oFCKeditor.Create() ; </script> </form> |
时间: 2024-11-10 01:09:47