examples/form/htmledit.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 16 Aug 2010 10:43:01 +0000 (18:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 16 Aug 2010 10:43:01 +0000 (18:43 +0800)
examples/form/htmledit.js

index 9f8050c..04443cc 100644 (file)
@@ -27,7 +27,7 @@ Roo.onReady(function(){
                 toolbars : [    
                     {
                         xtype : 'ToolbarStandard',
-                        xns : Roo.form.HtmlEditor,
+                        xns : Roo.form.HtmlEditor
                     }
                     
                 ],
@@ -40,12 +40,12 @@ Roo.onReady(function(){
             {
                 xtype : 'Button',
                 xns: Roo.form,
-                text: 'Save',
+                text: 'Save'
             },
             {
                 xtype : 'Button',
                 xns: Roo.form,
-                text: 'Cancel',
+                text: 'Cancel'
             }
             
         ]