Merge two columns

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Merge two columns

Nazmun
Hi,
I am trying orbeon 4.3. I have a form with tables. In my table,i need to merge rows/columns. Using form builder i can merge two rows but didn't find a way to merge columns. Although when i click on "Edit Source" option on form and add colspan="2"   in <xh:td> manually, it works.
Reply | Threaded
Open this post in threaded view
|

Re: Merge two columns

Alessandro  Vernet
Administrator
Right: at the moment, Form Builder only supports "rowspan", not "colspan" (and there is an RFE for this, which I linked below).

As you said, you can add a colspan "by hand" by editing the source of the form. However, since this is not supported by Form Builder, you can end up in cases where your markup is not recognized or Form Builder does an incorrect change to the markup, which you might have to go fix in the code editor. Now, you've been warned ;).

https://github.com/orbeon/orbeon-forms/issues/600

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet