Posts

Showing posts with the label Extjs

How to hide Checkbox Label Extjs

hideLabel: true, Example:         {             xtype: 'checkbox',             id: '.............',             fieldLabel: '.....................',             name: '............',             hidden: true,             hideLabel: true,             listeners: {                             }         },