JEECG中t:dictSelect的extendJson用法

1.t:dictSelect的各个属性值如下:

 

属性名 类型 描述 是否必须 默认值
title string 标题 null
field string 控件字段名字 null
typeGroupCode string 字典分组编码 null
type string控件类型
select|radio|checkbox
select
id string 唯一标识 null
defaultVal string 默认值 null
divClass string DIV 框默认样式 form
labelClass string LABEL 默认样式Validfor
m_label
dictTable string 自定义字典表 null
dictField string自定义字典表的匹配字段-字典
的编码值
null
dictText string自定义字典表的显示文本-字典
的显示值
null
dictCondition string自定义字典表的显示文本-字典
查询条件
null
extendJson string 扩展参数(json 格式) null

 

hasLabel boolean 是否显示 Label false
readonly string是否可编辑。当值”readonly”
时不可编辑。
null
datatype stringvalidform 校验规则,一般必
须输入: *
null

2.用法如下:

<t:dictSelect field="orgid" type="list"  dictTable="t_s_org" dictField="id" dictText="orgName" defaultVal="${id}"  typeGroupCode="ointer"  hasLabel="false" title="机构" extendJson="{onchange:'isInter(this)'}"></t:dictSelect>

调用JS如下:

    //下拉框值发生变化的时候调用函数
    function isInter(cthis){
        //是:1;否:2;
        var isInter = cthis.value;
        if (isInter==1) {
            $("#inter").attr("ignore","checked");
        }else {
            $("#inter").attr("ignore","ignore");
        }
    }

 

 

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值