Multiple Colors in Label Component
Posted: Thu Jun 26, 2014 7:11 am
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Tooba,
You would need different tags for different colours. You could use HTML component instead of Label. Paste the following layout in it:precodeStatus:<label class="status">Inprogress</label>/code/pre
To change colour there use the following code:preApperyio("htmlName").find(".status").css("color":"black");/preWhere htmlName is a name of HTML component.