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 lets you create layout boxes for webforms. You can use these containers to arrange fields into rows and columns.
How to use
----------
- Go to the main field list of a webform.
- Add a layout box to your form.
-… |
webform_layout.info |
webform_layout.info |
|
; $Id: $
name = Webform Layout
description = Add a layout container type element to Webform.
core = 6.x
package = Webform
dependencies[] = webform |
webform_layout.module |
webform_layout.module |
|
|