resources/RooUsage.txt
[app.Builder.js] / resources / roo.builder.html
1 <!DOCTYPE html 
2       PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
4 <html xmlns="http://www.w3.org/1999/xhtml" 
5       xmlns:html="http://www.w3.org/1999/xhtml" 
6       xmlns:svg="http://www.w3.org/2000/svg"
7       xmlns:xlink="http://www.w3.org/1999/xlink">
8     
9 <!-- this is the code embeded in the webkit browser -->
10  
11     <head>
12         <title>Gtk Builder App Runner.</title>
13         <!-- this lot needs to be available on the target site.. if used on remote.. -->
14         
15         <link rel="stylesheet" type="text/css" href="roojs1/css/roojs-debug.css" />
16         <link rel="stylesheet" type="text/css" href="roojs1/css/xtheme-slate.css" />
17         
18         <script type="text/javascript" src="roojs1/roojs-debug.js?ts=1234"></script>
19         
20         <script type="text/javascript">
21             Ext=Roo; // bc
22             Roo.isTouch = false; // force non-touch..
23             Roo.BLANK_IMAGE_URL =  "roojs1/images/gray/s.gif";
24             Roo.rootURL = '/roojs1/';
25             Roo.XComponent.hideProgress = true;
26               // local apps can override these ..
27             rootURL = 'xhttp://localhost';
28             baseURL = rootURL + '/index.php';
29         </script>
30            
31         <!-- <script type="text/javascript" src="builder.html.js?ts=1234"></script>    -->
32     
33     <!-- user generate code ends up here... -->
34     
35     
36      </head>
37        <!--background:#F8ECB2;-->   
38     <body class="ytheme-gray" id="bootstrap-body">  
39         
40         
41      
42     </body>
43 </html>
44