Tabs
Return tabs.
Shortcode
[tabs]
[tab_item title="Tab 1" icon="fa-trash-o"]Content 1[/tab_item]
[tab_item title="Title 2" icon="fa-shopping-cart"]Content 2[/tab_item]
[tab_item title="Title 3" icon="fa-calendar"]Content 3[/tab_item]
[/tabs]
Attributes
| Attribute |
Type |
Values |
Description |
| [tabs ...] |
| tabpos |
text |
top, left, right |
Tabs position. |
| height |
number |
|
Min height in pixels. It's reguired for "left" or "right" tabs position. |
| margin |
text |
|
Margin (top right bottom left) in pixels, e.g. to set 10 pixels margin bottom use: "0 0 10px 0". |
| [tab_item ...] |
| title |
text |
Title |
Tab title text. |
| icon |
text |
|
Icon name. |
Shortcode - New Learning
[tabs tabpos="top" isicon="1"]
[tabs_item title="Tab 1" icon="fa-trash-o"]Content 1[/tabs_item]
[tabs_item title="Title 2" icon="fa-shopping-cart"]Content 2[/tabs_item]
[tabs_item title="Title 3" icon="fa-calendar"]Content 3[/tabs_item]
[/tabs]
Attributes - New Learning
| Attribute |
Type |
Values |
Description |
| [tabs ...] |
| custom_class |
text |
|
Content CSS class. |
| height |
number |
|
Min height in pixels. It's reguired for "left" or "right" tabs position. |
| isicon |
boolean |
1, 0 |
Set to "1" to display icons. |
| mb |
number |
|
Margin bottom in pixels, without "px". |
| mt |
number |
|
Margin top in pixels, without "px". |
| tabpos |
text |
top, left, right |
Tabs position. |
| [tabs_item ...] |
| icon |
text |
|
Icon name. |
| title |
text |
Title |
Tab title text. |