描述

创建一个用于通用表格的分类列表组件

参数

允许动态属性:

false
名称 必需 默认值 类型 描述
cssClass     String The css class to use for element
cssStyle     String The css style definitions for element to use
gridId     String 需要查询数据的通用表格的 ID
id     String HTML id attribute
label     String Label expression used for rendering an element specific label
labelSeparator   : String String that will be appended to the label
list true   String Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body.
listCssClass     String Property of list objects to get css class from
listCssStyle     String Property of list objects to get css style from
listKey     String Property of list objects to get field value from
listTitle     String Property of list objects to get title from
listValue     String Property of list objects to get field content from
name true   String The name to set for element
template     String The template (other than default) to use for rendering the element
templateDir     String The template directory.
theme     String The theme (other than default) to use for rendering the element
title     String Set the html title attribute on rendered html element
value     String Preset the value of input element.

示例代码

example descript...

这里是示例代码块