- 注册时间
- 2012-3-31
- 最后登录
- 2019-4-2
- 阅读权限
- 150
- 积分
- 18852
- 精华
- 0
- 帖子
- 8776
|
nbakill2 发表于 2013-4-10 16:38
你可能没明白我问的问题。
我的意思就是说。。
grid.set({
url: "getdata.jsp",
style: "width:700px;height:280px;",
allowCellSelect:true,
allowCellEdit:true,
allowCellValid:true
columns: [
{field:"loginname",vtype:"required;email",editor:{type:"textbox".....}}
]
}); |
|