系统城装机大师 - 固镇县祥瑞电脑科技销售部宣传站!

当前位置:首页 > 脚本中心 > 其它 > 详细页面

ExtJs中Combo组件默认选中

时间:2020-03-05来源:电脑系统城作者:电脑系统城

{
        xtype: 'commonTypeCombo',
        name: 'companyCode',
        reference: 'companyCode',
        fieldLabel: bizI18n_hr.hrMdMat.companyCode,
        typeId: 'HR_COMP_CODE',
        allowBlank: true,
        listeners: {
                render:function (combo) {
                        combo.getStore().on('load',function (store, record) {
                                combo.setValue(record[0].get('typeId'))
                        })
                }
        }
}
分享到:

相关信息

  • Go json反序列化“null“的问题解决

    有这么一段代码,可以先看一下有没有什么问题,作用是输入一段json字符串,反序列化成map,然后将另一个inputMap的内容,merge进这个map 1 2 3 4 5 6 7 8 9 10 11 12 13 14...

    2023-03-15

  • Golang 字符串转time类型实现

    由于数据库的类型为Data 类型,所以插入数据库的时候我先把前端传入的string类型的时间转为Time 再插入。 Go 提供了两种插入的方式,即time.Parse 和 time.ParseInLocation 。两种方式,他们的差异比较大。...

    2023-03-09

系统教程栏目

栏目热门教程

人气教程排行

站长推荐

热门系统下载