examples/form/combocheck.html
authorAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 04:13:23 +0000 (12:13 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 04:13:23 +0000 (12:13 +0800)
examples/form/combocheck.html

index e69de29..66df6d3 100644 (file)
@@ -0,0 +1,55 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
+<html>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+        <title>Forms</title>
+        
+        <link rel="stylesheet" type="text/css" href="../../css/roojs-debug.css"/>
+        <link rel="stylesheet" type="text/css" href="../../css/xtheme-slate.css"/>
+         <link rel="stylesheet" type="text/css" href="../../css/inline-editor.css"/>
+       
+        <style>
+         
+        .roodocs-formblock
+        {
+            border:4px solid #CCCCCC;
+            padding:5px 0pt 5px 10px;
+        }
+        
+         
+        </style>
+    </head>
+    <body>
+            
+        <h1>Combo Multiselect checkbox example</h1>
+        <p>
+            Demostration of combo multiselect
+        </p>
+
+        <p>The js is not minified so it is readable. See 
+        <button type="button" onclick="RooDocs.viewSource.show('/combocheck.js')">htmledit.js</button> and 
+        <button type="button" onclick="RooDocs.viewSource.show('/combocheck.html')">htmledit.html</button>
+        .</p>
+
+
+
+
+        <div style="width:900px;"  class="roodocs-formblock">
+            <h3>Display Form</h3>
+            <div id="form-ct5"></div>
+        </div>
+
+         
+
+        <div class="x-form-clear"></div>
+
+
+        <script type="text/javascript" src="../../roojs-all.js"></script>   
+        <!-- testing new code.. -->
+        <!-- <script type="text/javascript" src="../../Roo/menu/Item.js"></script>        -->
+        
+        <script type="text/javascript" src="../examples.js"></script>        
+        <script type="text/javascript" src="combocheck.js"></script>        
+    </body>
+</html>