My:editor-button
出自Manyou开发者指南
描述
在 my:editor 元素中显示一个提交按钮。此标签必须作为 my:editor-buttonset 标签的子标签。
属性
| 必选性 | 参数名 | 类型 | 描述 | |
| 必须 | value | string | 显示在按钮上的文字 | |
|---|---|---|---|---|
| 可选 | name | string | 表单变量 name 的值,在表单以 POST 方式提交时此变量也会被提交。 |
范例
<my:editor>
<my:editor-buttonset>
<my:editor-button value="确定" name="ok"/>
<my:editor-button value="取消" name="cancel"/>
</my:editor-buttonset>
</my:editor>
![]() |

