extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
38 lines (33 loc) • 876 B
HTML
<!--
Copyright (c) 2012-2013. Sencha Inc.
-->
<html>
<head>
<title>Ext JS Theme Harness</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!--
Load all required links and scripts
-->
<link rel="stylesheet" type="text/css" href="example.css" />
<script type="text/javascript" src="bootstrap.js"></script>
<style>
.widget-container {
margin: 10px;
width: 400px;
position: relative;
overflow: visible;
}
.x-slicer-target,
.x-slicer-target * {
opacity: 1;
}
/* ensure body does not overlap the rounded corners of framed panel/window when slicing */
.x-panel-body,
.x-window-body {
background: transparent;
}
</style>
</head>
<body></body>
</html>