Ketan Patil
Posts: 0
Joined: Tue Dec 03, 2013 1:10 pm

how to change color of a label when clicked

how to change background or/and font color of a label when clicked

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

how to change color of a label when clicked

  • On button click, run JavaScript action.
    • In the action, get a reference to the component in the page. You can use Appery(..) function or just plain jQuery: http://docs.appery.io/javascript-api/
    • Once you have the reference, use jQuery API to change the component look and feel as you need.

Return to “Issues”