Scroll speed of tabs bar, default = 6.
The width of each tab's head button, default = 90.
The height of each tab's head button, default = 26.
The mask bar under tab head bar, it is useful for customize style, default = 2.
- code: Tab unique name.
- title: Tab title.
-
height: Tab height style for each of tab. Optional.
- default: Tab height fit the component height.
- auto: Tab height is decided by content of it.
- number: This value will be set to CSS height property directly.
- el: Element or HTML frag which you want to put in. Optional.
- url: Tab content url. Optional.
- autoLoad: Load tab content automatically. Default true.
- closeable: Can close or not. Default false.
- bodyCls: Extra class for body of current tab. Optional.
It is triggered before a tab be closed, return false to prevent be closed.
- m: This component self.
- c: Name of this closing tab.
- a: Element of this tab's head.
It is triggered when a page be loaded into a tab.
- m: This component self.
- a: Element of this tab's head.
- b: Element of this tab's body.
- p: Config object of this tab.
It is triggered when a tab be actived.
- m: This component self.
- a: Element of this tab's head.
- b: Element of this tab's body.
- p: Config object of this tab.