小熊泡泡

常用链接

统计

最新评论

spring ajax 几个常用的Action功能介绍

1.AppendContentAction 
SimpleText text = new SimpleText("tes内容")
AppendContentAction action = new AppendContentAction("num", text);
num 页面元素的id,text就是文本内容
功能:在指定的元素中添加文本内容

2.ReplaceContentAction
SimpleText text = new SimpleText("tes内容")
ReplaceContentActionaction = new ReplaceContentAction("num", text);
num 页面元素的id,text就是文本内容
功能:在指定的元素中替换其中的文本内容

3.RemoveContentAction
ReplaceContentActionaction = new ReplaceContentAction("num");
num 页面元素的id,text就是文本内容
功能:在指定的元素中删除元素中的内容

4.replaceElement
 InputField field = new InputField("replaced", "Replaced", InputField.InputType.TEXT);
 ReplaceElementAction action = new ReplaceElementAction("toReplace", field);
功能

posted on 2007-04-23 19:26 小熊泡泡 阅读(461) 评论(1)  编辑  收藏

评论

# re: spring ajax 几个常用的Action功能介绍 2009-03-21 12:41 leade

学习  回复  更多评论   


只有注册用户登录后才能发表评论。


网站导航: