On Sun, Feb 19, 2012 at 02:29, fprijate <[email protected]> wrote:
> Hi
>
> I have a double column form (qx.ui.form.renderer.Double), with 4 rows.
> I want in second row only one field.
> Is it possible?
>
The Double renderer expects to render a field in each position of a 2x2
grid. To place items differently requires writing your own renderer (which
is not difficult), but is more work than is worth for your purpose.
Insteaed, ...
> Or another way, is there a dummy form field (which is invisible with no
> label)?
>
Just add a TextField and set its 'visibility' property to "excluded". It
will get placed in the grid at the appropriate location so that the next
field in is in the other column, but it will be invisible. The labels'
visibility properties are bound to their controls' visibility properties,
so if you exclude the control, the label gets excluded too.
You can not achieve column span this way, however. To do that, I think you
need to write a custom renderer.
Cheers,
Derrell
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel