X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/examples/docs/output/Ext.ux.FieldLabeler.html diff --git a/examples/docs/output/Ext.ux.FieldLabeler.html b/examples/docs/output/Ext.ux.FieldLabeler.html new file mode 100644 index 00000000..3895e3fa --- /dev/null +++ b/examples/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