1. ComboBox (下拉选择框)
1.1. 参数
属性名 | 类型 | 描述 | 是否必须 | 默认值 |
name | string | 控件名称 | 是 | null |
url | string | 远程数据访问 | 是 | null |
id | string | 唯一标识 | 是 | null |
text | string | 显示文本 | 是 | null |
width | string | 宽度 | 否 | null |
listWidth | string | 下拉框宽度 | 否 | null |
listHeight | string | 下拉框高度 | 否 | null |
1.2. 用法
<t:comboBox url="jeecgDemoController.do?combox" name="sex" text="userName" id="id"></t:comboBox> |
本文详细介绍了ComboBox控件的参数属性、用法及其实现案例,包括name、url、id、text、width、listWidth、listHeight等关键属性,并通过示例展示了如何在实际开发中应用ComboBox。
1万+

被折叠的 条评论
为什么被折叠?



