I have few Buttons in my application and I want them to have a default color style, hover style and active style. When the user clicks the button, I want it to have a red background untill the request is processed and changes are made in the aplication.Using FormDecorator I could only implement hover style and default style but not active style. Is it possible to style button with certain background untill request is ended?
I donot want to use progress bar to let the user know that request is being processed, I just want the button to have a different color when it is in active phase.
Any Idea?
Thanks
Prava
I donot want to use progress bar to let the user know that request is being processed, I just want the button to have a different color when it is in active phase.
Any Idea?
Thanks
Prava