Examples - add htmleditor resizable example
authorAlan Knowles <alan@akbkhome.com>
Mon, 15 Aug 2011 10:58:33 +0000 (10:58 +0000)
committerAlan Knowles <alan@akbkhome.com>
Wed, 7 Sep 2011 02:35:12 +0000 (10:35 +0800)
examples/form/dynamic.html
examples/form/dynamic.js

index f1659c5..374beb9 100644 (file)
      <script type="text/javascript" src="../../roojs-debug.js"></script>   
        
     <script type="text/javascript" src="../../Roo/form/DayPicker.js"></script>
-  
+    <!-- for testing -->
+      <script type="text/javascript" src="../../Roo/form/HtmlEditor.js"></script>
+        <script type="text/javascript" src="../../Roo/form/HtmlEditor/ToolbarStandard.js"></script>
+
     <script type="text/javascript" src="states.js"></script>
     <script type="text/javascript" src="dynamic.js"></script>
     <script type="text/javascript" src="../examples.js"></script>&nbsp;
index d95d755..b68c52f 100644 (file)
@@ -87,7 +87,7 @@ Roo.onReady(function(){
                         name: 'company',
                         width:225
                     }
-                ],
+                ]
             },
     
             {
@@ -122,14 +122,15 @@ Roo.onReady(function(){
                         name : 'bio',
                         fieldLabel:'Biography',
                         width:550,
-                        height:400
+                        height:200,
+                        resizable: 's' /// where the handles should got..
                     }
                 ]
             }
         ] 
        
     });
-  mform.addButton('Save');
+    mform.addButton('Save');
     mform.addButton('Cancel');