[Grails] 菜鸟问一个Grails+fckeditor的问题
ququjoy
2008-06-28
小弟才开始学习做网站。
看到了groovy on grails这个框架,觉得非常棒 于是毫不犹豫的使用了Grails和fckeditor的plugin做项目。 这几天头疼得很,不知道怎么把fckeditor中的内容保存到数据库里,也不知道应该用什么组件显示出来。 grails和fckeditor都是第一次使用,照着grails.org的文档安装好plugin之后,目前fckeditor能够在gsp上正常显示和使用,但就是碰到了上面这两个问题。google了一下,似乎也没有相关的文档。想来想去,只好在javaeye找各位 大虾 帮忙了。 |
|
oksonic
2008-06-29
有代码吗?
|
|
sword721
2008-07-03
<fckeditor:editor id="content" name="content" width="600" height="400" value="${article?.content?.encodeAsHTML()}"> ${article?.content?.encodeAsHTML()} </fckeditor:editor> |
|
sword721
2008-07-03
<fckeditor:editor id="content" name="content" width="600" height="400"> ${article?.content?.encodeAsHTML()} </fckeditor:editor> |