Hi,

We need to provide a tab like view as in [1].
When moving between each tab  we plan to load a page.

Is there a notation where we can insert a page inside the tab similar to
fragment notation?
or any other approach to achieve this behavior?


<li class="list-group-item"><a data-toggle="tab" href="#overview">
    Overview</a></li>

<div class="tab-content">
    <div id="overview" class="tab-pane fade in active">

<! -- need to insert a page here-->

    </div>
</div>




[1]
https://raw.githubusercontent.com/wso2-dev-ux/product-is/master/Wireframes/admin-portal/v2/2.1%20Landing%20page%20-%20with%20no%20existing%20users.png

-- 
Denuwanthi De Silva
Senior Software Engineer;
WSO2 Inc.; http://wso2.com,
Email: denuwan...@wso2.com
Blog: https://denuwanthi.wordpress.com/
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to