Mercurial > lada > lada-client
view index.html @ 43:9176ad09a4f1
Added testfunction (not working) to initialize the comboboxes with a given value
after rendering the edit window. This needs work!
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 24 May 2013 16:40:11 +0200 |
parents | e4fcb4ddd782 |
children | 88922e579002 |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <title>Lada</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all.css"> <script type="text/javascript" src="extjs/ext-all-dev.js"></script> <script type="text/javascript" src="app.js"></script> </head> <body></body> </html>