| 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
    }