My:editor-month
出自Manyou开发者指南
目录 |
描述
创建一个可以让用户选择月份下拉菜单。本标签必须为 my:editor 标签的子标签。
属性
| 必选性 | 参数名 | 类型 | 描述 | |
| 可选 | label | string | 显示在下拉菜单左边的文字。 |
|---|
POST变量
| 必选性 | 参数名 | 类型 | 描述 | |
| [month_month] | int | 用户选择的月份的值,范围为 [1-12]。 |
范例
<my:editor action="?do-it">
<my:editor-month label="请选择月份:" />
<my:editor-buttonset>
<my:editor-button value="添加"/>
<my:editor-button value="重置"/>
<my:editor-cancel />
</my:editor-buttonset>
</my:editor>
![]() |

