Something mangled your code, but with a little deciphering I think what you
are trying to do is add a class to the input button by replacing the
beginRender method of Submit?
You can't extend Submit and override the beginRender method. The
beginRender method isn't public...
Have you considered a
I originally put this on SO... But received no love!!
I have a submit button component that I created called FoundationButton. This
button is decorated with the formatting of the foundation framework
(http://foundation.zurb.com/). I had it working like a charm. Then when I made
my component ext