Hi,

If you just want to have a container you can use:

// create the composite
  var composite = new qx.ui.mobile.container.Composite()

It just creates a div and you can add any widget inside.

If you want to change the background, just add an css class and style it 
through 
the "styles.css" in your application resource folder 
(resource/<appname>/css/styles.css)

You find the mobile showcase example pages and its sources already in your 
local framework.

Just have a look at application/mobileshowcase/source/page/



Greetz Christopher



Am 04.09.2012 um 11:23 schrieb chrjab:

> Hi,
> 
> I'm looking for a simple widget whit a white background that I can add to a
> mobile app like in this example on the right side in the top:
> 
> http://demo.qooxdoo.org/current/mobileshowcase-ios/index.html#%2Ftab
> 
> How is this white background in the top made? Is it a container? How can I
> set the color of a qx.ui.mobile.container widget? 
> 
> Thanks for help.
> 
> 
> 
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/Simple-widget-with-white-background-in-mobile-app-tp7581228.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to