Hello,
why don't use a container with HBox layout and insert as much lables, icons
into it?

var cont = new qx.ui.container.Composite();
cont.setLayout(new qx.ui.layout.HBox());
cont.add(new qx.ui.basic.label("1st label"));
cont.add(new qx.ui.basic.label("2nd label"));
cont.add(new qx.ui.basic.label("3rd label",
"http://my.awesome.pic/ture.png";);

anyway could you mind posting a playground example of what you're trying to
achieve?

Regards,




DTeCH wrote
> this.blabla_blaaah = new qx.ui.basic.Atom('1st label', '2nd label', '3rd
> label', 'http://my.awesome.pic/ture.png')
> 
> 
> Is the above possible?
> 
> I tried the grid, but i'm too new to this to get it to work :(
> 
> My current implementation of Atom works, but I decided to ad a few extra
> lines of info for site users to the right of the image, but have no idea
> how to go about it.
> 
> I saw on the documentation site for qx.ui.
*
> Layout
*
> .Atom that it supports more than 2 children, but is it talking about
> something else, or does it mean it can take more labels?
> 
> Right now, I'm 10 feet below noob, & the docs say nothing more on the
> stated claim. No specifics. Can someone help, or explain what it means, or
> show some kind of link, or post an example please? :(





--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/qx-ui-basic-Atom-More-than-one-label-possible-tp7587167p7587170.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to