I have this problem where I need to add a red asterisk beside a fieldLabel when a field is marked as \"required\" (or allowBlank: false)
fieldLabel
allowBlank: false
In
Their are so many ways to do this and few of which you can find above, what I am suggesting is:
{ xtype : 'label', html:'First Name*', width:50, }
Simply you can put both asterisk and Label text in single html property.