My:editor-cancel
出自Manyou开发者指南
描述
在 my:editor 元素内显示一个取消按钮。本标签必须作为 my:editor-buttonset 标签的子标签。
属性
| 必选性 | 参数名 | 类型 | 描述 | |
| 可选 | value | string | 指定在按钮上显示的文字。 (默认值为 "取消") | |
|---|---|---|---|---|
| href | string | 单击按钮后跳转到的地址。(默认值为 "#",但是这样将不会做任何事,所以您最好给它设定一个href,至少是让它重新载入页面。) |
范例
<my:editor>
<my:editor-buttonset>
<my:editor-cancel value="取消" href="http://www.somesite.com" />
</my:editor-buttonset>
</my:editor>
![]() |

