X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.ux.FieldLabeler.html diff --git a/docs/output/Ext.ux.FieldLabeler.html b/docs/output/Ext.ux.FieldLabeler.html new file mode 100644 index 00000000..390fb6f7 --- /dev/null +++ b/docs/output/Ext.ux.FieldLabeler.html @@ -0,0 +1,10 @@ +
Properties Methods Events Direct Link

Class Ext.ux.FieldLabeler

Package:Ext.ux
Defined In:FieldLabeler.js
Class:FieldLabeler
Extends:Object

A plugin for Field Components which renders standard Ext form wrapping and labels +round the Field at render time regardless of the layout of the Container.

+

Usage:

+
{
+        xtype: 'combo',
+        plugins: [ Ext.ux.FieldLabeler ],
+        triggerAction: 'all',
+        fieldLabel: 'Select type',
+        store: typeStore
+    }

Public Properties

This class has no public properties.

Public Methods

This class has no public methods.

Public Events

This class has no public events.
\ No newline at end of file