属性名 | 类型 | 描写叙述 | 是否必须 | 默认值 |
action | string | 表单提交地址 | 否 | null |
items | string | 循环集合值 | 是 | null |
<t:form?action="userAction"?items?=null></t:form> ? |
?
属性名 | 类型 | 描写叙述 | 是否必须 | 默认值 |
name | string | 控件唯一标示 | 是 | null |
name | string | 控件名称 | 是 | null |
url | string | 远程数据訪问 | 是 | null |
id | string | 唯一标识 | 是 | null |
width | string | 树形宽度 | 否 | null |
value | string | 树形值 | 否 | null |
multiple | boolean | 是否多选 | 否 | false |
<t:comboTree?url="url"?name="jeecgName"?text="项目管理"?id="combo1"width=120?value="test"?multiple=true></t:comboTree> |
UI标签库专题十:JEECG智能开发平台 Form(form标签)
原文:https://www.cnblogs.com/ldxsuanfa/p/10922009.html