Reputation: 91
Is it possible to do with application or anyother control except image control
Upvotes: 0
Views: 2233
Reputation: 83
You could use
myControl.setStyle('backgroundImage', image);
Presuming your control inherits from UIComponent
Upvotes: 1