Apex 5.1.4
Oracle 11.2
I have some buttons on my page, i want to change their colors. What is the best way to do this ?
What i have done is created a dynamic action on page load and selected SET STYLE action, to set Style Name = backgroundColor Value =red. then added another SET STYLE action to set
Style Name = color , Value =white
Is there any better way to do this.
Thanks