Replacing a <input submit> with a <href> withing ExtJS
Replacing a <input submit> with a <href> withing ExtJS
I have a simple ExtJS Grid that I've tied some custom JS validation to using EXTjs..
I'd like to replace the forms submit Button w/ an HREF like below.. But I'm unsure how to get my HREF to fire the same validation events as the submit button?