<!DOCTYPE html>
<html onload="">

<head>
    <title>TabPanelTest</title>
    <meta charset="utf-8">
    <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0">

    <script src="/EAMD.ucp/Components/tla/EAMD/UcpComponentSupport/0.1.0/src/js/UseUcpComponentDependencies.js" type="text/javascript"></script>
    <link href="/EAMD.ucp/Components/org/JQuery/3.2.1/JQuery.component.xml" rel="ucpComponent" type="text/html">
    <link href="/EAMD.ucp/Components/com/twitter/Bootstrap/3.3.7/Bootstrap.component.xml" rel="ucpComponent" type="text/html">
	<link href="/EAMD.ucp/Components/com/twitter/Bootstrap/TabPanel/3.3.7/TabPanel.component.xml" rel="ucpComponent" type="text/html">

    <!--
    <script src="/EAMD.ucp/Components/org/JQuery/3.2.1/dist/jquery.min.js" type="text/javascript" onload="console.log('jQuery loaded')"></script>
-->
    <style type="text/css">
        html,
        body {
            height: 100%;
            overflow: hidden
        }
        
        .fullHeight,
        .fullHeight .jumbotron {
            height: 100%;
        }
        
        .width1 {
            width: 100%
        }
        
        .width2 {
            width: 200%
        }
        
        .width3 {
            width: 300%
        }
        
        .width4 {
            width: 400%
        }
        
        .width-2 {
            width: 50%
        }
        
        .blueBackround {
            background-color: lightblue;
        }

        header,
        footer,
        .panel-heading,
        .panel-footer {
            height: 10%;
            background-color: lightblue;
        }
        
        .content,
        .panel-body {
            height: 80%;
            overflow-y: scroll
        }
    </style>
</head>

<body>
    <div data-is="x-tab-panel" data-properties='{"caption":""}' div_id="tabdiv" caption="Hello World" tab_id="Tab1" div_content="testing"
	div_classes="tab-pane active" li_classes="nav-item active">
    </div>

	
	

</body>

</html>