DictSelect (数据字典下拉选择框) === **示例:** ``` <t:dictSelect field="sex" typeGroupCode="sex" title="性别"></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默认样式| 否| Validform_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| string| validform校验规则,一般必须输入:*| 否| null|