xtype: 'combobox',
fieldLabel: 'Select Template',
margin:'0 600 10 0',
columnWidth:1,
name: 'tpName',
store: Ext.create('Ext.data.ArrayStore', {
fields: ['name', 'value'],
data : templatedata
}),
listeners : {
change :function(obj,ischecked){
var temp = ""+templatedata[ischecked-1];
var tpnames = temp.split(',',1); if(ischecked)
{
Ext.getCmp('templateName').setValue("TemplateName: "+obj.name);
Ext.getCmp('templateName').setValue("TemplateName: "+obj);
}else{
Ext.getCmp('templateId').setValue("templateId: "+obj.name);
Ext.getCmp('templateId').setValue("templateId: "+obj);
}
}
},
displayField: 'name',
valueField: 'value',
typeAhead: true,
allowBlank:false,
queryMode: 'local',
emptyText: 'choose Template...'
分享到:
相关推荐
在本文中,我们将深入探讨如何在WPF(Windows Presentation Foundation)环境中实现"C#鼠标框选checkbox"的功能。WPF是.NET Framework的一部分,提供了一个强大的UI框架,用于构建丰富的桌面应用程序。...
在给定的文件"LL_CheakBox"中,我们可以推测它可能包含有关CheckBox组件的示例代码或者相关教程。CheckBox的监听与ToggleButoon类似,但主要用于处理多选情况。在实际应用中,我们可能需要根据CheckBox的状态来更新...
在Windows Presentation Foundation (WPF) 中,ListView是一个强大的控件,可以用来展示各种类型的数据集合。在实际的应用场景中,我们经常需要在ListView中添加可选的复选框(CheckBox)列,以便用户能够选择一个或...
void inIt(); int getBoxNumber(char *number);...int cheakBox(); void success(); void initBox(); void test(); char * getString(int number); void playGame(); 永C语言编写的九宫盒游戏,有界面!
《Java中的CheckBox控件详解——以CheakBoxExample为例》 在Java编程中,用户界面设计是不可或缺的一部分,而CheckBox控件则是构建交互式UI时常用的一种元素。本篇文章将围绕"CheakBoxExample"这一实例,深入探讨...
6. button的美化技巧涉及到了去除默认边框和背景色,以及与input[type="radio"]和input[type="cheakbox"]的关联使用。通过隐藏input标签,再用label标签来设置样式,这样就可以使用不同的样式来美化单选按钮和复选框...