xiaochong / zkui

Grails ZK UI Plugin
http://grails.org/plugin/zkui
GNU Lesser General Public License v3.0
24 stars 8 forks source link

ckeditor integration #85

Closed velo6raptor closed 12 years ago

velo6raptor commented 12 years ago

How could we integrate ckeditor in a ZKUI form, there is no <z:ckeditor tag ?

We tried to use a grails tag with the ckeditor plugin <ckeditor:editor but the input value is not recorded in database

Thanks for your help

xiaochong commented 12 years ago

zkui support zk component, for use use z:ckeditor tag ,you must add ckez-3.6.0.1.jar(http://mavensync.zkoss.org/maven2/org/zkoss/zkforge/ckez/3.6.0.1/) to your project lib.

or you can use jar dependencies

mavenRepo "http://mavensync.zkoss.org/maven2/"

runtime "org.zkoss.zkforge:ckez:3.6.0.1"

evanzeng commented 11 years ago

xiaochong,您好!

您用过z:ckeditor的filebrowserImageBrowseUrl属性吗?我设了此属性后,在图像属性对话框中点击“浏览服务器”,弹出的对话框显示:无法显示此网页。麻烦您抽空看一下,有没有办法解决此问题。谢谢!