`
brimstone
  • 浏览: 29412 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

Grails 1.1 中使用 fckeditor 0.9 配置

阅读更多

目前Grails fckeditor plugin版本为0.9

下载地址http://www.grails.org/plugin/fckeditor

下载安装完插件后需要做如下配置

在Config.groovy文件中添加fckeditor配置信息

fckeditor {
  upload {
    basedir = "/tmp/storagearea/"
    baseurl = "/uploads/"
    overwrite = false
    link {
      browser = true
      upload = false
      allowed = []
      denied = ['html', 'htm', 'php', 'php2', 'php3', 'php4', 'php5',
              'phtml', 'pwml', 'inc', 'asp', 'aspx', 'ascx', 'jsp',
              'cfm', 'cfc', 'pl', 'bat', 'exe', 'com', 'dll', 'vbs', 'js', 'reg',
              'cgi', 'htaccess', 'asis', 'sh', 'shtml', 'shtm', 'phtm']
    }
    image {
      browser = true
      upload = true
      allowed = ['jpg', 'gif', 'jpeg', 'png']
      denied = []
    }
    flash {
      browser = false
      upload = false
      allowed = ['swf']
      denied = []
    }
    media {
      browser = false
      upload = false
      allowed = ['mpg', 'mpeg', 'avi', 'wmv', 'asf', 'mov']
      denied = []
    }
  }
}

 

页面上调用

 <fckeditor:editor name="newsContent" width="100%" height="400" toolbar="Standard" fileBrowser="default">${fieldValue(bean: newsInstance, field: 'newsContent')}</fckeditor:editor>

 

如果还需要配置工具条的话需要进入\web-app\plugins\fckeditor-0.9\js\fckeditor 下面找到 fckconfig.js文件做具体配置

 

PS:页面显示时,Grails 会自动对fckeditor生成的HTML转义,so,需要使用decodeHTML()方法反转义一次如下${newsInstance.newsContent.decodeHTML()}

 

分享到:
评论
2 楼 craengjava 2013-06-22  
您好,我的也是空白,Grails fckeditor plugin版本为0.9能用吗?我们能直接打.plugins\fckeditor-0.9.5\web-app\js\fckeditor\editor\fckeditor.html验证fckeditor 可以用吗?我的直接打开也是同样的错误信息,网页错误详细信息

用户代理: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET4.0C; .NET4.0E)
时间戳: Sat, 22 Jun 2013 10:41:03 UTC


消息: 'FCKBrowserInfo' 未定义
行: 125
字符: 1
代码: 0
URI: http://localhost:8080/myclass/static/plugins/fckeditor-0.9.5/js/fckeditor/editor/fckeditor.html


消息: 缺少对象
行: 164
字符: 1
代码: 0
URI: http://localhost:8080/myclass/static/plugins/fckeditor-0.9.5/js/fckeditor/editor/fckeditor.html


消息: 'FCKTools' 未定义
行: 176
字符: 1
代码: 0
URI: http://localhost:8080/myclass/static/plugins/fckeditor-0.9.5/js/fckeditor/editor/fckeditor.html


消息: 缺少对象
行: 195
字符: 1
代码: 0
URI: http://localhost:8080/myclass/static/plugins/fckeditor-0.9.5/js/fckeditor/editor/fckeditor.html
......................
1 楼 南蛮虫 2012-02-09  
出来的效果是一片空白,难道我配置错了。

相关推荐

    Grails1.1中文文档

    Grails1.1中文文档

    Grails1.1中文文档.rar

    学习Grails 1.1,你需要掌握Groovy语言基础,理解MVC架构,熟悉GORM的使用方法,以及GSP模板的编写。同时,通过实践创建简单的Grails应用,了解控制器、服务、领域模型的创建和交互,以及插件的使用。此外,深入研究...

    grails1.1中文文档

    4. **GRAILS 插件系统**:Grails 的强大之处在于其插件系统,允许开发者通过安装和配置插件来扩展框架功能。例如,安全、缓存、邮件服务等常见需求可以通过插件轻松实现。 5. **Grails 控制器(Controllers)**:...

    Grails1.1中文文档(CHM)

    Grails1.1最新 中文 文档 当今的Java Web开发技术显得过于复杂,相对于它本身的需要来说。现在主流的Java Web框架也是异常复杂,而且没有很好的遵循 Don't Repeat Yourself (DRY) 法则。 因此我们要以一种新的思维...

    Grails1.1中文文档.zip

    《Grails 1.1 中文文档》是一个针对Grails框架1.1版本的详尽指南,旨在帮助中文用户理解并掌握这一强大的Groovy构建的Web应用开发平台。Grails是一个基于Groovy语言的开源框架,它采用了模型-视图-控制器(MVC)架构...

    Grails 1.1 Web Application Development

    《Grails 1.1 Web Application Development》是一本专注于使用Grails框架进行高效Web应用开发的技术书籍。本书由作者Jon Dickinson撰写,旨在帮助开发者掌握Grails框架的核心概念和技术细节,并通过实践案例加深对...

    Grails 1.1 中文手册 chm

    Grails 最新的 v1.1版的中文文档,chm格式,Grails是一套快速开发Web应用的开源框架,基于Groovy编程语言,并构建于Spring、Hibernate和其它标准Java框架之上,能为大家带来超高效率的一站式框架。

    Grails1.1中文文档-----2009.3.25

    Grails1.1中文文档-----2009.3.25

    Grails 1.1 的动态编码方案(Dynamic Encoding Methods)

    本文将深入探讨Grails 1.1版本中的动态编码方案,这是该框架提供的一种强大且灵活的特性,使得开发者能够在运行时动态地创建和修改代码。 动态编码方法在Grails中主要体现在两个方面:GSP(Groovy Server Pages)和...

    grails framework 1.1 中文

    grails framework 1.1 中文

    grails中使用fckeditor,配置代码高亮

    fckeditor插件 博文链接:https://sword721.iteye.com/blog/211432

Global site tag (gtag.js) - Google Analytics