在SHH框架中如何加入FCK编辑器

[quote]如何应用[/quote]

可以参考官网的demo。把fck放在项目的根目录下直接使用。

具体的配置请看:http://hyvi.iteye.com/blog/463680

[code="java"]



This is some sample text
. You are using
FCKeditor
.
/jsp:attribute
/FCK:editor




[/code]
通过form提交后,在后台根据instanceName为“EditorDefault” 获取FCK文本。