Page 1 of 1

how to change color of a label when clicked

Posted: Sat Dec 28, 2013 5:10 am
by Ketan Patil

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


how to change color of a label when clicked

Posted: Sat Dec 28, 2013 5:28 am
by maxkatz
  • 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.