class Media: js = ( ‘/static/js/kindeditor-4.1.10/kindeditor-min.js‘, #引入主文件 ‘/static/js/kindeditor-4.1.10/lang/zh_CN.js‘, #引入中文文件 ‘/static/js/kindeditor-4.1.10/config.js‘, #引入配置文件 )
KindEditor.ready(function(K) { K.create(‘#textarea[name=content]‘,{ <!--定义需要插入富文本编辑器的路径--> width:800, <!-- 定义富文本编辑器的长宽--> height:200, }); });
万里长征第二步——django个人博客(第六步 ——添加富文本编辑器)
原文:http://www.cnblogs.com/ymjr/p/5554818.html