文章列表
安装插件命令:grails install-plugin fckeditor
一、配置config.groovy:
web.app.context.path=MyGrails
fckeditor {
upload {
basedir = "/uploads/"
overwrite = false
link {
browser = true
upload = true//指明文件是否允许上传
allowed = []
denied = ['html', 'htm', ...