|
|
|
@ -13,29 +13,29 @@ |
|
|
|
<div class="demo-with-code"> |
|
|
|
<div class="demo-area"> |
|
|
|
<abp-tabs> |
|
|
|
<abp-tab-item active="true" title="Home"> |
|
|
|
<abp-tab title="Home"> |
|
|
|
Content_Home |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item title="profile"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab title="profile"> |
|
|
|
Content_Profile |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item title="Contact"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab title="Contact"> |
|
|
|
Content_Contact |
|
|
|
</abp-tab-item> |
|
|
|
</abp-tab> |
|
|
|
</abp-tabs> |
|
|
|
</div> |
|
|
|
<div class="code-area"> |
|
|
|
<pre> |
|
|
|
<abp-tabs name="TabId"> |
|
|
|
<abp-tab-item name="nav-home" active="true" title="Home"> |
|
|
|
<abp-tab name="nav-home" title="Home"> |
|
|
|
Content_Home |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item name="nav-profile" title="profile"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab name="nav-profile" title="profile"> |
|
|
|
Content_Profile |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item name="nav-contact" title="Contact"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab name="nav-contact" title="Contact"> |
|
|
|
Content_Contact |
|
|
|
</abp-tab-item> |
|
|
|
</abp-tab> |
|
|
|
</abp-tabs> |
|
|
|
</pre> |
|
|
|
</div> |
|
|
|
@ -46,29 +46,29 @@ |
|
|
|
<div class="demo-with-code"> |
|
|
|
<div class="demo-area"> |
|
|
|
<abp-tabs name="TabId"> |
|
|
|
<abp-tab-item name="nav-home" active="true" title="Home"> |
|
|
|
<abp-tab name="nav-home" title="Home"> |
|
|
|
Content_Home |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item name="nav-profile" title="profile"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab name="nav-profile" active="true" title="profile"> |
|
|
|
Content_Profile |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item name="nav-contact" title="Contact"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab name="nav-contact" title="Contact"> |
|
|
|
Content_Contact |
|
|
|
</abp-tab-item> |
|
|
|
</abp-tab> |
|
|
|
</abp-tabs> |
|
|
|
</div> |
|
|
|
<div class="code-area"> |
|
|
|
<pre> |
|
|
|
<abp-tabs name="TabId"> |
|
|
|
<abp-tab-item name="nav-home" active="true" title="Home"> |
|
|
|
<abp-tab name="nav-home" title="Home"> |
|
|
|
Content_Home |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item name="nav-profile" title="profile"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab name="nav-profile" active="true" title="profile"> |
|
|
|
Content_Profile |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item name="nav-contact" title="Contact"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab name="nav-contact" title="Contact"> |
|
|
|
Content_Contact |
|
|
|
</abp-tab-item> |
|
|
|
</abp-tab> |
|
|
|
</abp-tabs> |
|
|
|
</pre> |
|
|
|
</div> |
|
|
|
@ -79,29 +79,29 @@ |
|
|
|
<div class="demo-with-code"> |
|
|
|
<div class="demo-area"> |
|
|
|
<abp-tabs tab-style="Pill"> |
|
|
|
<abp-tab-item active="true" title="Home"> |
|
|
|
<abp-tab active="true" title="Home"> |
|
|
|
Content_Home |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item title="profile"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab title="profile"> |
|
|
|
Content_Profile |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item title="Contact"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab title="Contact"> |
|
|
|
Content_Contact |
|
|
|
</abp-tab-item> |
|
|
|
</abp-tab> |
|
|
|
</abp-tabs> |
|
|
|
</div> |
|
|
|
<div class="code-area"> |
|
|
|
<pre> |
|
|
|
<abp-tabs name="TabId" tab-style="Pill" > |
|
|
|
<abp-tab-item name="nav-home" active="true" title="Home"> |
|
|
|
<abp-tab name="nav-home" active="true" title="Home"> |
|
|
|
Content_Home |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item name="nav-profile" title="profile"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab name="nav-profile" title="profile"> |
|
|
|
Content_Profile |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item name="nav-contact" title="Contact"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab name="nav-contact" title="Contact"> |
|
|
|
Content_Contact |
|
|
|
</abp-tab-item> |
|
|
|
</abp-tab> |
|
|
|
</abp-tabs> |
|
|
|
</pre> |
|
|
|
</div> |
|
|
|
@ -112,29 +112,29 @@ |
|
|
|
<div class="demo-with-code"> |
|
|
|
<div class="demo-area"> |
|
|
|
<abp-tabs tab-style="PillVertical" vertical-header-size="_2"> |
|
|
|
<abp-tab-item active="true" title="Home"> |
|
|
|
<abp-tab active="true" title="Home"> |
|
|
|
Content_Home |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item title="profile"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab title="profile"> |
|
|
|
Content_Profile |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item title="Contact"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab title="Contact"> |
|
|
|
Content_Contact |
|
|
|
</abp-tab-item> |
|
|
|
</abp-tab> |
|
|
|
</abp-tabs> |
|
|
|
</div> |
|
|
|
<div class="code-area"> |
|
|
|
<pre> |
|
|
|
<abp-tabs name="TabId" tab-style="Pill" vertical-header-size="_2" > |
|
|
|
<abp-tab-item name="nav-home" active="true" title="Home"> |
|
|
|
<abp-tab name="nav-home" active="true" title="Home"> |
|
|
|
Content_Home |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item name="nav-profile" title="profile"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab name="nav-profile" title="profile"> |
|
|
|
Content_Profile |
|
|
|
</abp-tab-item> |
|
|
|
<abp-tab-item name="nav-contact" title="Contact"> |
|
|
|
</abp-tab> |
|
|
|
<abp-tab name="nav-contact" title="Contact"> |
|
|
|
Content_Contact |
|
|
|
</abp-tab-item> |
|
|
|
</abp-tab> |
|
|
|
</abp-tabs> |
|
|
|
</pre> |
|
|
|
</div> |
|
|
|
|