Form Layout: Spanning WYSIWYG editor across two columns not working

nrsmoll

Member
Hi,
I have a form with two columns, and 5 fields. The top 4 fields are normal "fields", and the 5th is a WYSIWYG editor.
I would like the top 4 fields to be in a two column layout, and the 5th spanning the entire page.

In the "edit group">Layout>Column widths field I have entered "50%, 50%, 50%, 50%, 100%".

It works (i.e. spans two columns) if I "toggle" the WYSIWYG editor, meaning remove it from view.

Element>Advanced>"WYSIWYG Editor" is set to "Yes"
Element>Advanced>"Extended buttons" is set to "No"
Element>Advanced>"Data Type" is set to "TEXT - up to 64kb"

Is this a bug?
 
Unfortunately it doesn't quite work like that (although once bootstrap 4 arrives, we may be able to).

For the moment, we add a fluid row every "number of columns", then only read the widths for that number.

Easiest way to get what you want is to move the text area into it's own group.

It's also probably better to think in terms of grid spans (adding up to the standard Bootstrap 12 per row) like 3,3,3,3. If you use %, we just convert that into spans anyway.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top