Roo/bootstrap/HtmlEditor
authorAlan Knowles <alan@roojs.com>
Thu, 15 May 2014 07:54:59 +0000 (15:54 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 15 May 2014 07:54:59 +0000 (15:54 +0800)
Roo/bootstrap/HtmlEditor [deleted file]
examples/form/htmleditor2.html [deleted file]
examples/form/htmleditor2.js [deleted file]

diff --git a/Roo/bootstrap/HtmlEditor b/Roo/bootstrap/HtmlEditor
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/examples/form/htmleditor2.html b/examples/form/htmleditor2.html
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/examples/form/htmleditor2.js b/examples/form/htmleditor2.js
deleted file mode 100644 (file)
index f8ec896..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
- * Based on:
- * Ext JS Library 1.1.1
- * Copyright(c) 2006-2007, Ext JS, LLC.
- *
- * Originally Released Under LGPL - original licence link has changed is not relivant.
- *
- * Fork - LGPL
- * <script type="text/javascript">
- */
-var mform;
-var editor;
-Roo.onReady(function(){
-
-    Roo.QuickTips.init();
-
-    /*
-     * ================  Form 2  =======================
-     */
-    mform = new Roo.form.Form({
-        labelAlign: 'top',
-        items : [
-            {
-                xtype : 'HtmlEditor',
-                xns: Roo.form,
-           /*     toolbars : [    
-                    {
-                        xtype : 'ToolbarStandard',
-                        xns : Roo.form.HtmlEditor
-                    },
-                      {
-                        xtype : 'ToolbarContext',
-                        xns : Roo.form.HtmlEditor,
-                        styles : {
-                            '*' : [ 'headline' ] ,
-                            'TD' : [ 'underline', 'double-underline' ]
-                        }
-                    },
-                    
-                    
-                ],
-                */
-                id:'bio',
-                name : 'bio',
-                fieldLabel:'Biography',
-                width:800,
-                height:400,
-                resizable: 's' /// where the handles should got..
-
-            },
-            {
-                xtype : 'Button',
-                xns: Roo.form,
-                text: 'Save'
-            },
-            {
-                xtype : 'Button',
-                xns: Roo.form,
-                text: 'Cancel'
-            }
-            
-        ]
-        
-    });
-
-    mform.render('form-ct5');
-    editor = mform.findField('bio');
-});
\ No newline at end of file