Home >Web Front-end >JS Tutorial >jQuery EasyUI Chinese API Button usage example_jquery
|
Type | Description |
Default value |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
disabled | boolean | Enable and disable buttons | false | ||||||||||||
plain | boolean | Whether to enable styles | false |
称 | 类型 | 描述 | 默认值 |
---|---|---|---|
disabled | boolean | 启用、禁用按钮 | false |
plain | boolean | 是否显示样式 | false |
menu | string | 选择器创建一个相应的菜单。 | null |
duration | number | 菜单按钮持续显示时间【毫秒】 | 100 |
DependencyLink ButtonFeature Description
Weigh
Type
Description
Default value
disabled
boolean
Enable and disable buttons
false
plain
boolean
Whether to display the style
false
menu
string
The selector creates a corresponding menu.
null
duration
number
Menu button display time [milliseconds]
100
View Demo Official Documentation
SplitButton, which I personally feel is the same as menubutt. The official document explains it this way: Similar to MenuButton, SplitButton include linkbutton and menu but can act as a single button. The only difference is that it can be used as a button by itself. The features are the same as the menubutt above, so I won’t go into details here. If you are interested, you can read the official documentation