examples/form/htmledit.html
authorAlan Knowles <alan@akbkhome.com>
Mon, 16 Aug 2010 08:15:15 +0000 (16:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 16 Aug 2010 08:15:15 +0000 (16:15 +0800)
examples/form/htmledit.html

index e69de29..b379147 100644 (file)
@@ -0,0 +1,86 @@
+<!--<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.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-all.css"/>
+    <link rel="stylesheet" type="text/css" href="../../css/xtheme-slate.css"/>
+
+     <script type="text/javascript" src="../../roojs-debug.js"></script>   
+     <script type="text/javascript" src="../../Roo/form/ComboBox.js"></script>        
+     
+  
+<script type="text/javascript" src="states.js"></script>
+<script type="text/javascript" src="dynamic.js"></script>
+<link rel="stylesheet" type="text/css" href="forms.css" />
+
+<!-- Common Styles for the examples -->
+<link rel="stylesheet" type="text/css" href="../examples.css" />
+
+
+
+<style>
+.roodocs-formblock
+{
+    border:4px solid #CCCCCC;
+    padding:5px 0pt 5px 10px;
+} 
+</style>
+</head>
+<body>
+<script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
+<h1>HTML Editor example</h1>
+<p>
+    These forms do not do anything and have very little validation. They solely demonstrate
+    how you can use Roo HtmlEditor
+</p>
+
+<p>The js is not minified so it is readable. See 
+<button type="button" onclick="RooDocs.viewSource.show('/htmledit.js')">dynamic.js</button> and 
+<button type="button" onclick="RooDocs.viewSource.show('/htmledit.html')">dynamic.html</button>
+.</p>
+
+
+
+
+<div style="width:345px;"  class="roodocs-formblock">
+    <h3>Display Form</h3>
+    <div id="form-ct5"></div>
+</div>
+
+
+<div class="roodocs-formblock" style="width:280px;height:170px">
+    <h3 style="margin-bottom:5px;">Simple Form</h3>
+    <div id="form-ct"></div>
+</div>
+<br/>
+
+<div style="width:565px;" class="roodocs-formblock">
+    
+        <h3 style="margin-bottom:5px;">Multi-column and labels top</h3>
+        <div id="form-ct2"></div>
+    
+</div>
+
+
+
+<br/>
+<div style="width:345px;"  class="roodocs-formblock">
+    <h3>Fieldsets, labels right and complex fields</h3>
+    <div id="form-ct3"></div>
+</div>
+
+<br/>
+<div style="width:600px;" class="roodocs-formblock">
+        <h3 style="margin-bottom:5px;">Multi-column, nesting and fieldsets</h3>
+        <div id="form-ct4"> </div>
+</div>
+
+<div class="x-form-clear"></div>
+
+
+
+</body>
+</html>