Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
August 27, 2016 at 1:23 pm #963378
How do I use the tabs for the template that show under the typography page:
http://ja-intranet.demo.joomlart.com/index.php/en/typographyPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 29, 2016 at 1:46 am #963576Hi
its custom code , that you can use in the source code of your article editor or via module editor .
Here is code :<div class="col-lg-8"> <h2 class="sub-title">Tabs</h2> <ul class="nav nav-tabs"> <li class="active"><a href="#home" data-toggle="tab">Home</a></li> <li><a href="#profile" data-toggle="tab">Profile</a></li> <li class="disabled"><a>Disabled</a></li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown"> Dropdown </a> <ul class="dropdown-menu"> <li><a href="#dropdown1" data-toggle="tab">Action</a></li> <li><a href="#dropdown2" data-toggle="tab">Another action</a></li> <li><a href="#dropdown2" data-toggle="tab">Another action</a></li> </ul> </li> </ul> <div id="myTabContent" class="tab-content"> <div id="home" class="tab-pane fade active in"> <p>In the area of graphical user interfaces (GUI), a <strong>tabbed document interface</strong> (TDI) or a Tab is one that allows multiple documents to be contained within a single window, using tabs as a navigational widget for switching between sets of documents. It is an interface style most commonly associated with web browsers, web applications, text editors, and preference panes.</p> <p>GUI tabs are modeled after traditional card tabs inserted in paper files or card indexes (in keeping with the desktop metaphor).</p> </div> <div id="profile" class="tab-pane fade"> <p>In the area of graphical user interfaces (GUI), a <strong>tabbed document interface</strong> (TDI) or a Tab is one that allows multiple documents to be contained within a single window, using tabs as a navigational widget for switching between sets of documents. It is an interface style most commonly associated with web browsers, web applications, text editors, and preference panes.</p> <p>GUI tabs are modeled after traditional card tabs inserted in paper files or card indexes (in keeping with the desktop metaphor).</p> </div> <div id="dropdown1" class="tab-pane fade"> <p>In the area of graphical user interfaces (GUI), a <strong>tabbed document interface</strong> (TDI) or a Tab is one that allows multiple documents to be contained within a single window, using tabs as a navigational widget for switching between sets of documents. It is an interface style most commonly associated with web browsers, web applications, text editors, and preference panes.</p> <p>GUI tabs are modeled after traditional card tabs inserted in paper files or card indexes (in keeping with the desktop metaphor).</p> </div> <div id="dropdown2" class="tab-pane fade"> <p>In the area of graphical user interfaces (GUI), a <strong>tabbed document interface</strong> (TDI) or a Tab is one that allows multiple documents to be contained within a single window, using tabs as a navigational widget for switching between sets of documents. It is an interface style most commonly associated with web browsers, web applications, text editors, and preference panes.</p> <p>GUI tabs are modeled after traditional card tabs inserted in paper files or card indexes (in keeping with the desktop metaphor).</p> </div> </div> </div>
Set the default editor to NONE from global config. before editing custom html module .
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
This topic contains 1 reply, has 2 voices, and was last updated by Pankaj Sharma 8 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum