Re: Applying Foundation Framework decoration Serverside on Custom Button Componet

2012-02-09 Thread Josh Canfield
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

Applying Foundation Framework decoration Serverside on Custom Button Componet

2012-02-09 Thread Russell John-Baptistr
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