<!DOCTYPE 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="../resources/ext-theme-neutral-all-rtl-debug.css" />
|
<script type="text/javascript" src="../../../../extjs/ext-all-debug.js"></script>
|
|
<!--
|
Load the Slicer core scripts
|
-->
|
<script type="text/javascript" src="render.js"></script>
|
|
<!--
|
Load all manifests and shortcuts
|
-->
|
<script type="text/javascript" src="../../../ext-theme-base/sass/example/manifest.js"></script>
|
<script type="text/javascript" src="../../../ext-theme-base/sass/example/shortcuts.js"></script>
|
|
<style>
|
.widget-container {
|
margin: 10px;
|
width: 400px;
|
position: relative;
|
overflow: visible;
|
}
|
|
.x-slicer-target,
|
.x-slicer-target * {
|
opacity: 1;
|
}
|
</style>
|
</head>
|
<body></body>
|
</html>
|