Hello Alexander, Before I answer your question, I want to notice one thing which you should know for both questions. The renderer are not meant to be full blown widgets which can be used in every scenario. They are more base classes or examples on how to write form renderer. But now to your questions:
alexander.volik wrote: > > 1. How can I adjust vertical spacing between child widgets in single form? > Or vertical and horizontal spacing in double form? > You can subclass the renderer and access the layout via _getLayout in your subclass constructor. In all three renderer, a grid layout is used so you can take a look at the API of the grid layout to see what you can do. alexander.volik wrote: > > 2. Can i adjust form's widgets alignment? I try to put the form in the > tabview widget. So, if tabview width is too big, form widgets align to the > right, but groupheader - to the left. > Same is true for this task. Subclass the renderer you use and the layout to configure your desired behavior. I hope that helps. Regards, Martin -- View this message in context: http://n2.nabble.com/Form-child-widgets-alignment-and-spacing-tp4924083p4924511.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
