]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-classic-sandbox/sass/example/theme.html
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-classic-sandbox / sass / example / theme.html
CommitLineData
6527f429
DM
1<!DOCTYPE html>\r
2<!--\r
3 Copyright (c) 2012-2013. Sencha Inc.\r
4-->\r
5<html>\r
6<head>\r
7 <title>Ext JS Theme Harness</title>\r
8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\r
9 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\r
10\r
11 <!--\r
12 Load all required links and scripts\r
13 -->\r
14 <script>\r
15 // In sandboxed build all CSS classes must be prefixed with 'x5-'\r
16 // The Ext global is not set if it already exists. And the buildSettings.baseCSSPrefix:\r
17 // is used as Ext.baseCSSPrefix in platform/core/src/Ext.js\r
18 Ext = {\r
19 buildSettings: {\r
20 baseCSSPrefix: 'x5-'\r
21 }\r
22 };\r
23 </script>\r
24 <link rel="stylesheet" type="text/css" href="example.css" />\r
25 <script type="text/javascript" src="bootstrap.js"></script>\r
26</head>\r
27 <body></body>\r
28</html>\r