日期:2014-05-16  浏览次数:20356 次

ExtJs 改变Dialog按钮文字
转载: http://xiongmao3.iteye.com/blog/142369

Ext.Msg.show({   
		title: '文件管理',   
		msg: '输入文件名:(非法字符自动剔除)',   
		width:300,   
		buttons: {yes : "保存",no:"no",cancel : "取消"},   
		prompt:true,   
		multiline: false,   
		icon: Ext.MessageBox.WARIN,
		animEl: 'bt_savefile'   
	});