Re: [qooxdoo-devel] Canvaslayout align
Hi Tobias, Tobias Koller (GERMO GmbH) wrote: > Hi, > I want to center a child of a canvasLayout and don't know how to do it. The CanvasLayout manager has not possibility to align his children. All child widgets within a CanvasLayout have to have explicit dimensions and locations. Take a look at
[qooxdoo-devel] Canvaslayout align
Hi, I want to center a child of a canvasLayout and don't know how to do it. I tried this: var main = new qx.ui.layout.CanvasLayout; main.set({ width : "100%", height : "100%" }); var