javascript如何在点击这个“查看”的时候让“保存”这个button失效?

{xtype:'gridcolumn',header:'操作',width:60,sortable:true,renderer:function(value,metada... {
xtype:'gridcolumn',
header:'操作',
width:60,
sortable:true,
renderer:function (value, metadata, record, rowIndex, colIndex, store) {
return "<div width='30' align='center'><a href=javascript:edit_window(" + rowIndex + ")><img src='" + _root + "/res/img/biaoji/edit.png' title='编辑'/><a href=javascript:view_window(" + rowIndex + ")><img src='" + _root + "/res/img/biaoji/lookup.png' title='查看'/></a></div>";
}
},

跳转到
function view_window(){
var rec = sw_editorgridpanelUiIns.getSelectionModel().getSelected();
windowUiIns = new windowUi();
windowUiIns.show();
Ext.getCmp('dbid').setValue(rec.get('dbid'));
Ext.getCmp('code').setValue(rec.get('code'));
Ext.getCmp('name').setValue(rec.get('name'));
Ext.getCmp('count_student').setValue(rec.get('count_student'));
Ext.getCmp('teacher_name').setValue(rec.get('teacher_name'));
Ext.getCmp('staff_name').setValue(rec.get('staff_name'));
Ext.getCmp('create_date').setValue(rec.get('create_date'));
setReadOnlyWithCss(['code', 'name', 'count_student', 'teacher_name'],true)
}

button
this.tbar={
xtype:'toolbar',
items:[

{
xtype:'button',
text:'保存',
iconCls:'save',
handler:function (){
win_save();
}
},
]
};
展开
 我来答
好嘛我是新来的
2015-09-09 · TA获得超过356个赞
知道小有建树答主
回答量:120
采纳率:100%
帮助的人:73.1万
展开全部
点击查看的时候,单击事件里获得button的对象,button对象.disabed=true,而且要加个条件,使没点查看的时候button对象.disabed=false
更多追问追答
追问
如何在view_window()里面获取button对象呀?
需要怎么设置id?
语句怎么写,谢谢啦
追答
document.getElementById("buttonid")就是button的对象了啊,就是把disabed在true和false间切换就是了
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式