Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Regular Contributor
velumani
Posts: 96
Registered: ‎07-26-2012
My Carrier: airtel
Accepted Solution

bbUI.js & .css, can i change data-bb-type="item" title background ?

Hi forum,Iam using bbUI.js & .css (9.6) ,How to change image-list's item backround-color ?

is there any tag, which gives me this option ?



Try my HTML5 app CountDown (free)


Click Accept as Solution if this post that have solved your issue(s)!
Like if you found this post useful..
Please use plain text.
BlackBerry Development Advisor
chadtatro
Posts: 410
Registered: ‎10-01-2009
My Carrier: Bell

Re: bbUI.js & .css, can i change data-bb-type="item" title background ?

I believe you can just add a style="background-color: #f00" property to the div?

Chad Tetreault | App Development Consultant | BlackBerry Developer Relations | developer.blackberry.com | @chadtatro
Please use plain text.
Regular Contributor
velumani
Posts: 96
Registered: ‎07-26-2012
My Carrier: airtel

Re: bbUI.js & .css, can i change data-bb-type="item" title background ?

listItem.setAttribute('style', 'font-weight:bold;text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);');

 

Worked... thanks for the hint.



Try my HTML5 app CountDown (free)


Click Accept as Solution if this post that have solved your issue(s)!
Like if you found this post useful..
Please use plain text.