PageRenderTime 18ms CodeModel.GetById 14ms app.highlight 3ms RepoModel.GetById 0ms app.codeStats 0ms

/ext-4.0.7/examples/state/state.html

https://bitbucket.org/srogerf/javascript
HTML | 12 lines | 12 code | 0 blank | 0 comment | 0 complexity | e92941b4e81934928aafa73775c4d153 MD5 | raw file
 1<html>
 2<head>
 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 4    <title>Maintaining Component State Sample</title>
 5    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
 6    <link rel="stylesheet" type="text/css" href="../shared/example.css" />
 7    <script type="text/javascript" src="../../bootstrap.js"></script>
 8    <script type="text/javascript" src="state.js"></script>
 9</head>
10<body>
11</body>
12</html>