Peter 博园

导航

2011年7月29日 #

Coolite 的提示框

摘要: 一、Alert① 最简单的用法protectedvoidButton_Click(objectsender,AjaxEventArgse){Ext.Msg.Alert("标题内容","消息内容").Show();}② 点击“确定”后执行客户端JavaScript方法后台:protectedvoidButton_Click(objectsender,AjaxEventArgse){Ext.Msg.Alert("标题内容","消息内容",new Jfunction { Fn = ”JsMenthod”}).Show() 阅读全文

posted @ 2011-07-29 13:28 peter88 阅读(129) 评论(0) 推荐(0)