webexcess / form
Extends the default neos form plugin.
Installs: 804
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 2
Language:HTML
Type:neos-plugin
Requires
- neos/neos: 3.*
- dev-master
- 2.0.x-dev
- 2.0.20
- 2.0.19
- 2.0.18
- 2.0.17
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.x-dev
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2024-10-29 03:43:27 UTC
README
This package extends the default neos/form plugin with different presets (Bootstrap, Foundation, Material Design, Floating Label). Further it handels translation for labels and placeholders.
With the WebExcess.Form Package you also have the possibility to save the entered formdata to the database.
Compatibility and Maintenance
WebExcess.Form is currently being maintained for Neos 2.3 LTS and Neos 3.x.
Installation
composer require webexcess/form
Configuration
(Die Dokumentation ist noch nicht ganz komplett)
Page
- label (string)
Identifier for
<f:translate id="{your.label}" />
Form-Tag
- containerClassAttribute (string) [Default: '‘] Fügt dem Form-Tag eine Class hinzu
- multipartForm (boolean) [Default: FALSE]
Render das Attribut
enctype="multipart/form-data"
- renderSubmitButton (boolean) [Default: TRUE]
Wenn auf
TRUE
wird am Ende des Formulars die Navigation (Submit-Button) angezeigt - buttonContainerClass (string) [Default: 'form-navigation‘] Class für die Button-Navigation
- previousButtonClass (string) [Default: 'btn btn-cancel‘] Class für den Previous-Button
- nextButtonClass (string) [Default: 'btn btn-primary‘] Class für den Next-Button
- submitButtonClass (string) [Default: 'btn btn-primary‘] Class für den Submit-Button
- renderLabel (boolean) [Default: TRUE]
Form-Elemente
- containerClassAttribute (string) [Default: 'clearfix‘] Class für den Container um das Input-Feld- errorClassAttribute (string) [Default: 'error']
SingleLineText
- elementClassAttribute (string) [Default: '‘] Class für das Input-Feld
- type (string) [Default: 'text‘] Type für das Input-Feld (text, email, number, etc.)
- placeholder (boolean) [Default: FALSE]
Wenn
TRUE
wird ein Placeholder ausgegeben
MultiLineText
- elementClassAttribute (string) [Default: '‘] Class für das Text-Feld
- rows (integer) [Default: '‘]
- cols (integer) [Default: '‘]
- placeholder (boolean) [Default: FALSE]
Wenn
TRUE
wird ein Placeholder ausgegeben
WebExcess.Form:Spinner
Fügt ein Nummer-Input hinzu
WebExcess.Form:Submit
Fügt einen Button an einem beliebigen Ort ein.
- containerClassAttribute (string) [Default: 'clearfix‘]
- elementClassAttribute (string) [Default: 'btn btn-primary‘]
WebExcess.Form:Column
Fügt ein Mehrspalten-Element ein
- rowClassAttribute (string) [Default: 'row‘] Class für den Container
- colClassAttribute (string) [Default: 'col-sm-6‘]
- colRenderPosition (string) [Default: FALSE]
Für die erste Spalte verwenden sie das Attribut
first
. Für die letzte Spaltelast
.