ExtJS 4.x form field Quicktips with required asterisk on field labels
The below gist will add Ext quicktips to all child elements of a form/component that have a fieldLabel and qtip property set. If the allowBlank property is set to false, the fieldLabel will get a red asterisk ( * ) before the label text and the text required appended to […]