views:

762

answers:

1

Hi all, Is it possible to do with application or anyother control except image control

+1  A: 

You could use

myControl.setStyle('backgroundImage', image);

Presuming your control inherits from UIComponent

craig t mackenzie