Click here to Skip to main content
16,004,587 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i show this tab inside a popup?
please help me..

What I have tried:

HTML
<div class="nav-tabs-custom">
         <ul class="nav nav-tabs">
           <li class="active"><a href="#tab_1" data-toggle="tab">Contact details</a></li>
           <li><a href="#tab_2" data-toggle="tab">Follow Up details</a></li>
           <li><a href="#tab_3" data-toggle="tab">Module Details</a></li>
           <li><a href="#tab_4" data-toggle="tab">Module Cost</a></li>
           <li class="pull-right"><a href="#" class="text-muted"><i class="fa fa-gear"></i></a></li>
         </ul></div>
Posted
Updated 14-Nov-16 22:15pm
v2
Comments
Suvendu Shekhar Giri 15-Nov-16 0:59am    
Just write the necessary code and it should work. ;)
F-ES Sitecore 15-Nov-16 4:09am    
You'll need to use a plug-in of some sort that implements popups and follow its implementation instructions as they all differ. You could start with jQuery UI

https://jqueryui.com/dialog/

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900