Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Text Shadow

Hi,

I am attempting to turn off text shadow. On the page load event I have used:
Appery('currencylist').css('text-shadow', 'none');
where currencylist is the id of a select control. I have also used:
Appery('fuel_pge_currencylist').css('text-shadow', 'none');
where 'fuel_pge_currencylist' is the id set by Appery. Both fail to set the property. How do I achieve this?

Regards,
Joe

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Text Shadow

Hello! Could you clarify for what component you want to turn off text shadow?

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Text Shadow

Hi Marina,

Thought I had made it clear, let me see if I can explain it a little better.

'currencylist' is the name I have given the select component in the developer.

'fuel_pge_currencylist' is the id that 'currencylist' is given by Appery when you test the app and inspect the element using chrome developer tools!

Regards,
Joe

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Text Shadow

Try codeAppery("currencylist").parent().find("span").css('text-shadow', 'none')/code

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Text Shadow

Hi Marina, That's great Thanks.

Return to “Issues”