In my form panel, i have some fields who are required .
I explain :
If user clik on tree , if is directory any fields are required but for leaf ( file )
somes fields are required .
I add allowBlank properties like this :
Ext.apply(cmp,{
allowBlank : false
});
That works but i haven’t got the exclamation point on my panel !
You can see result on this picture : 
An idea ?
The exclamation.gif is well declared on sencha’s css and it is present on the extjs ‘s folder.
Thanks lot 🙂
Check your QuickTips config… and underneath the
Ext.QuickTips.init()call add…Ext.form.Field.prototype.msgTarget = 'side';