X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.form.HtmlEditor.html diff --git a/docs/output/Ext.form.HtmlEditor.html b/docs/output/Ext.form.HtmlEditor.html index d5bc28a9..08312a56 100644 --- a/docs/output/Ext.form.HtmlEditor.html +++ b/docs/output/Ext.form.HtmlEditor.html @@ -1,317 +1,158 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Component
-    BoxComponent
-      Field
-        HtmlEditor
-

Class Ext.form.HtmlEditor

- - - - - -
Package:Ext.form
Defined In:HtmlEditor.js
Class:HtmlEditor
Extends:Field
-
- * -Provides a lightweight HTML Editor component. Some toolbar features are not supported by Safari and will be -automatically hidden when needed. These are noted in the config options where appropriate. -

The editor's toolbar buttons have tooltips defined in the buttonTips property, but they are not -enabled by default unless the global Ext.QuickTips singleton is initialized. -

Note: The focus/blur and validation marking functionality inherited from Ext.form.Field is NOT -supported by this editor. -

An Editor is a sensitive component that can't be used in all spots standard fields can be used. Putting an Editor within -any element that has display set to 'none' can cause problems in Safari and Firefox due to their default iframe reloading bugs. -

Example usage: -
// Simple example rendered with default options:
-Ext.QuickTips.init();  // enable tooltips
-new Ext.form.HtmlEditor({
-    renderTo: Ext.getBody(),
-    width: 800,
-    height: 300
-});
-
-// Passed via xtype into a container and with custom options:
-Ext.QuickTips.init();  // enable tooltips
-new Ext.Panel({
-    title: 'HTML Editor',
-    renderTo: Ext.getBody(),
-    width: 600,
-    height: 300,
-    frame: true,
-    layout: 'fit',
+
Observable
  Component
    BoxComponent
      Field
        HtmlEditor

Class Ext.form.HtmlEditor

Package:Ext.form
Defined In:HtmlEditor.js
Class:HtmlEditor
Extends:Field
xtype:htmleditor
Provides a lightweight HTML Editor component. Some toolbar features are not supported by Safari and will be +automatically hidden when needed. These are noted in the config options where appropriate. +

The editor's toolbar buttons have tooltips defined in the buttonTips property, but they are not +enabled by default unless the global Ext.QuickTips singleton is initialized. +

Note: The focus/blur and validation marking functionality inherited from Ext.form.Field is NOT +supported by this editor. +

An Editor is a sensitive component that can't be used in all spots standard fields can be used. Putting an Editor within +any element that has display set to 'none' can cause problems in Safari and Firefox due to their default iframe reloading bugs. +

Example usage: +
// Simple example rendered with default options:

+Ext.QuickTips.init();  // enable tooltips

+new Ext.form.HtmlEditor({
+    renderTo: Ext.getBody(),
+    width: 800,
+    height: 300
+});
+
+// Passed via xtype into a container and with custom options:

+Ext.QuickTips.init();  // enable tooltips

+new Ext.Panel({
+    title: 'HTML Editor',
+    renderTo: Ext.getBody(),
+    width: 600,
+    height: 300,
+    frame: true,
+    layout: 'fit',
+    items: {
+        xtype: 'htmleditor',
+        enableColors: false,
+        enableAlignments: false
+    }
+});

Config Options

Config OptionsDefined By

Public Events

EventDefined By
\ No newline at end of file