使用范围:UI2
Contents
component Comment ($UI/comp/comment/components/comment/comment) extends BindComponent
Constructor Top
Comment () | |||
Comment ( config) | |||
Comment ( options) |
Operations Top
void | add (String params) | |
void | list (String params) |
Constructor details
Top
public
Comment
()
使用场景:评论组件 ;
使用方法:拖入设计器中,即可在所有组件中的点击事件选择“打开评论”操作;
public
Comment
( config)
构造函数
Inherited from Operational
public
Comment
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
Comment
()
public
Comment
( config)
构造函数
Inherited from Operational
public
Comment
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
Operations Detail Top
public
void
add
(String params)
跳转到添加评论页面
See Add
public
void
list
(String params)
跳转到评论列表页面
See List