Ext does a great job of providing visual cues when form fields are invalid, eg
But what happens if your form field is on an inactive tab panel? The visual cue can't be seen yet the form won't submit.
This is where the Ext.Fx come in handy.
By overriding the default markInvalid field functio, we can do a search through it's parents to find if it is on a tab panel.