<!--[if !supportLists]-->1.<!--[endif]-->Form(form标签)
<!--[if !supportLists]-->1.1.<!--[endif]-->参数
属性名 | 类型 | 描述 | 是否必须 | 默认值 |
action | string | 表单提交地址 | 否 | null |
items | string | 循环集合值 | 是 | null |
<!--[if !supportLists]-->1.2.<!--[endif]-->用法
|
<t:formaction="userAction"items=null></t:form>
|
<!--[if !supportLists]-->2.<!--[endif]-->ComboTree(下拉树形选择框)
<!--[if !supportLists]-->2.1.<!--[endif]-->参数
属性名 | 类型 | 描述 | 是否必须 | 默认值 |
name | string | 控件唯一标示 | 是 | null |
name | string | 控件名称 | 是 | null |
url | string | 远程数据访问 | 是 | null |
id | string | 唯一标识 | 是 | null |
width | string | 树形宽度 | 否 | null |
value | string | 树形值 | 否 | null |
multiple | boolean | 是否多选 | 否 | false |
<!--[if !supportLists]-->2.2.<!--[endif]-->用法
|
<t:comboTreeurl="url"name="jeecgName"text="项目管理"id="combo1"width=120value="test"multiple=true></t:comboTree>
|
本文详细介绍了表单(form)及组合树形选择框(ComboTree)两个组件的使用方法与参数设置。包括表单的提交地址设置、循环集合值的绑定,以及组合树形选择框的控件标识、名称、远程数据访问URL、宽度等关键属性。
396

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



