Parameter name |
Introduction
|
Theme
|
Built-in theme styles:
- green (green),
- red (red),
- blue (blue),
- yellow (yellow),
- purple (purple),
- orange (orange),
- black(black);
|
style
|
Additional CSS styles applied to the outer layer;
|
DefaultTab
|
Specify the number of tabs displayed when the page loads, the default value is 1 ;
|
LabelPadding
|
Specify the padding of the label, the default value is 2px ;
|
LabelBorderColor
|
Specify the side border color of the selected label, the default value is #aaa ;
|
LabelBackgroundColor
|
Specify the background color of the selected label, the default value is the background color of the page body;
|
LabelColor
|
Specify the top border color of the selected label, the default value is green ;
|
TextBorderColor
|
Specify the border color of the displayed text, the default value is #aaa ;
|
TextBackgroundColor
|
Specifies the background color of the displayed text, the default value is white ;
|
TextPadding
|
Specifies the padding of the displayed text, the default value is 20px 30px ;
|
AutoWidth
|
Make tabs no longer occupy the entire line, If you want to enable it, you must pass in the value of [yes], the default value is no ;
|
Float
|
Make tabs float left or right while not occupying the entire line, If you want to enable it, you must pass in [left] (floating left) or [right] (floating right) value, the default value is no ;
|
LabelSide
|
Specify the label position and the label top border position (the side border position is the two sides of the top border), the optional values are top (default value), bottom , left , right ;
|
LabelColorSideReverse
|
Specifies whether to set the label top border position in reverse (for example, when the label position is on the left left , the label top border is on the right, and the original position will also be regarded as a side border), the value is 1 , on , yes , true enabled;
|
DividerSize
|
Specify the interval between label and text, only positive numbers are accepted, the unit is , the default value is 0 (LabelColorSideReverse is not true), < code>2 (LabelColorSideReverse is true).
|
label[serial number]
|
Annotation for the [serial number] tag. Please use consecutive numbers starting from 1.
|
text[serial number]
|
Contents of the [sequence number] tag. Please use consecutive numbers starting from 1.
|