Chinaunix首页 | 论坛 | 博客
  • 博客访问: 948384
  • 博文数量: 168
  • 博客积分: 3853
  • 博客等级: 中校
  • 技术积分: 1854
  • 用 户 组: 普通用户
  • 注册时间: 2008-01-15 23:50
文章分类

全部博文(168)

文章存档

2014年(12)

2013年(46)

2012年(60)

2011年(11)

2010年(1)

2009年(17)

2008年(21)

我的朋友

发布时间:2013-07-05 10:14:06

1、Submitting a Form 如何提交表单最简单的提交数据到服务器端的办法就是设置BasicForm的url配置,因为Form Panel封装了BasicForm,这个url直接配置给Form Panel亦可,它会透传给BasicForm的。Ext.create('Ext.form.Panel', { ... url: 'add_user', items: [ ... ]}); BasicForm的su.........【阅读全文】

阅读(6416) | 评论(0) | 转发(0)

发布时间:2013-07-04 16:50:30

所用技术:struts2+jsonplugin+jquery+flexigrid在struts2中,通常情况下action直接继承的是ActionSupport,有时为了项目的需要,可能要写一个BaseAction类来继承ActionSupport,让所有的action来继承BaseActionJava代码  @ParentPackage("jshop")  .........【阅读全文】

阅读(6710) | 评论(0) | 转发(0)

发布时间:2013-07-02 17:58:01

Extjs creates getter for your views (those listed in the controller's view array) and you get access to them:var view = this.getSchedulerSchedulerView();Once you have the view reference you can do this to get access to the contained grid:var grid = view.down('.inventorylist'); grid.disable();.........【阅读全文】

阅读(1383) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册