Hi,
I used something like:
var bg = new qx.ui.decoration.Background('#ddd').set({
         backgroundImage : "testproject/main-bg.png",
         backgroundRepeat : "scale"
});
page.setDecorator(bg);

Hope it helps somehow...
Luke



skar karthikeyan wrote:
> 
> Hi,
> 
> I tried this to set a bg image for a tabview page object but it didn't 
> work. Any ideas?
> 
>> "app-grey-bg" :
>>     {
>>       decorator : qx.ui.decoration.Background,
>>       style : {
>>         backgroundImage : "testproject/main-bg.png",
>>         backgroundRepeat : "scale"
>>       }
>>     }
> 
> cheers,
> skar.
> 
> -- 
> --
> The life so short, the craft so long to learn. 
> 
> 
> ------------------------------------------------------------------------------
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://old.nabble.com/set-a-bg-image-for-tabview-page--tp26724503p26725643.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to