/ext-4.0.7/docs/guides/forms/examples/simple_form/index.html
HTML | 15 lines | 13 code | 2 blank | 0 comment | 0 complexity | cbb2bc24fd2c5e5e6cb8abde2e86bd34 MD5 | raw file
1<!DOCTYPE html>
2<html>
3 <head>
4 <title>Ext JS Form Panel - Simple Form</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
7 <link type="text/css" rel="stylesheet" href="../../../../extjs/resources/css/ext-all.css"/>
8 <script type="text/javascript" src="../../../../extjs/ext-all.js"></script>
9 <script type="text/javascript" src="app.js"></script>
10
11 </head>
12 <body>
13 Please view <a href="app.js">app.js</a> for the Javascript code associated with this example.
14 </body>
15</html>