Constructor
new MenuItem()
Members
callback :function
回调函数
Type:
- function
id :String
id-唯一标识。
Type:
- String
text :String
菜单项显示的文本
Type:
- String
width :String
菜单项长度。默认值为100px。
Type:
- String
Methods
setText(text)
设置菜单项显示的文本。
Parameters:
Name | Type | Description |
---|---|---|
text |
String | 菜单项显示的文本。 |