分类: Python/Ruby
2010-11-04 04:00:24
Integration step by stepStep 1Ensure that the fckeditor.py is included in your classpath. Then, at first, import FCKeditor: import fckeditor Step 2Now the FCKeditor is available and ready to use. So, just insert the following code in your page to create an instance of the editor inside a """ # For testing your environments print " " for key in os.environ.keys(): print "%s: %s " % (key, os.environ.get(key, "")) print " " # Document footer print """ """ "FCKeditor1" is the name used to post the editor data on forms. Additional information
|
chinaunix网友2010-11-05 08:38:22
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com