extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
29 lines (27 loc) • 892 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">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!--
Load all required links and scripts
-->
<script>
// In sandboxed build all CSS classes must be prefixed with 'x5-'
// The Ext global is not set if it already exists. And the buildSettings.baseCSSPrefix:
// is used as Ext.baseCSSPrefix in platform/core/src/Ext.js
Ext = {
buildSettings: {
baseCSSPrefix: 'x5-'
}
};
</script>
<link rel="stylesheet" type="text/css" href="example.css" />
<script type="text/javascript" src="bootstrap.js"></script>
</head>
<body></body>
</html>