Download the PHP package wwwision/form-multicolumnsection without Composer
On this page you can find all versions of the php package wwwision/form-multicolumnsection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wwwision/form-multicolumnsection
More information about wwwision/form-multicolumnsection
Files in wwwision/form-multicolumnsection
Package form-multicolumnsection
Short Description Flow package with a custom Flow Form Framework Form Element that renders Multi columns
License MIT
Informations about the package form-multicolumnsection
Multi Column Form Element
This package adds a new Form Element Wwwision.Form.MultiColumnSection:TwoColumns
to the default
preset that allows to render Multi-Column sections within Forms
of the Flow Form Framework.
It includes:
- Form Framework Element definition in
Settings.yaml
, including the corresponding custom PHP implementation - The Fusion & Node Type definition required to make this work with the
neos/form-builder
- A Fluid template that will be used when rendering the form with the default
FluidFormRenderer
- A Fusion prototype that will be used when rendering the form with the
neos/form-fusionrenderer
Usage
Install this package using GIT:
And make sure to rescan the installed packages so that it is properly installed:
Note: This package requires the neos/form
package in version 4.0 or higher
Usage in the Neos Form Builder
In the Neos backend there's now a new Content Element type that can be added to node-based Forms:
When inserted, child elements can be added to the column1Elements
or
column2Elements
FormElementCollections.
Usage from Fusion
This Form Element can also be used from Fusion like this
Usage in YAML Form definitions
The structure of the YAML Form definition is strict, so it's not allowed
to use custom keys like column1Elements
.
Instead the column assignment is done via a custom renderingOption
"_column":