<!DOCTYPE html>
<html>

<head>
    <title>DefaultDeteailt</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.4.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/ceruleanCircle/EAM/5_ux/WODA/DetailsPanel/DefaultDetails/0.1.0/DefaultDetails.component.xml" rel="ucpComponent" type="text/html">
    <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%
        }
        
        header,
        footer,
        .panel-heading,
        .panel-footer {
            height: 10%;
            background-color: lightblue;
        }
        
        .content,
        .panel-body {
            height: 80%;
            overflow-y: scroll
        }
    </style>
</head>

<body>
    <div class="row fullHeight" data-is="x-default-details" data-properties='{"heading":"Hello World","footer":"unleash the power","classes":"fullHeight col-sm-8"}'>
    </div>
</body>

</html>