使用范围:WX
Contents
component RadioContents ($UI/comp/radioContents/components/radioContents/radioContents) extends Component
Constructor Top
RadioContents () | |||
RadioContents ( config) |
Static Properties & Enumerations Top
String |
EVENT_VALUE_CHANGE
= "valuechange"
值改变事件 |
Events Top
void | valuechange (ValueChangeEvent event) |
Constructor details
Top
public
RadioContents
()
组件可点赞功能
使用方法:通过“绑定数据列”关联数据中的某列。当列中有值时,会显示出来.
public
RadioContents
( config)
构造函数
Inherited from Operational
public
RadioContents
()
public
RadioContents
( config)
构造函数
Inherited from Operational
Static Properties & Enumerations Detail Top
static
public
String
EVENT_VALUE_CHANGE
= "valuechange"
"valuechange"
值改变事件
Events Detail Top
值改变