form_builder.css |
form_builder.css |
|
#form-builder-field-palette ul li.field-layout_box {
background-image: url(layout_box.png);
} |
layout_box.css |
layout_box.css |
|
.webform-layout-box.horiz,
.webform-layout-box.equal {
word-spacing: -1em; /* remove the space between inline-blocks */
}
.webform-layout-box.horiz > *,
.webform-layout-box.equal > * {
display: inline-block;
vertical-align: top;
… |
layout_box.inc |
layout_box.inc |
|
Webform module layout_box component. |
README.txt |
README.txt |
|
Description
-----------
This module adds a new type of Webform component: the layout box. By placing webform fields inside layout boxes, you can arrange them into rows and columns.
How to use
----------
- Go to the main field list of a webform.
- Add… |
webform_layout.info |
webform_layout.info |
|
name = Webform Layout
description = Add a layout container type element to Webform.
core = 7.x
package = Webform
dependencies[] = webform (4.x) |
webform_layout.module |
webform_layout.module |
|
This module provides a layout container for webforms. |