定义通用列表操作列的按钮,位于
允许动态属性:false |
|||||
---|---|---|---|---|---|
名称 | 必需 | 默认值 | 类型 | 描述 | |
onClickTopic | String | 点击按钮时(触发 onclick 事件时)发布的主题,可以使用 JavaScript 代码 $.subscribe(topic, function(event, data){}) 对主题进行订阅 | |||
icon | String | 按钮图标的样式类,如: icon-qq,请参考 font-awesome.css 中的样式类 | |||
name | true | String | 操作代码,与 Action 中的 @Operation 注解的 code 属性值一致 | ||
options | String | 操作的附加参数(JSON 格式字符串),在点击按钮发布主题时,该值会作为参数 data.actOptions 进行传递 | |||
target | String | 设置了 url 时,打开页面方式,常用值有 _self、_blank、_parent 和 _top 等 | |||
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 | 操作名称,鼠标悬停在按钮上时显示的文字 | |||
url | String | 点击按钮时要跳转到的页面 URL,设置了该属性值后,onClickTopic 将被忽略 |
example descript...
这里是示例代码块