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.
WebExcess.Form is currently being maintained for Neos 2.3 LTS and Neos 3.x.
Neos Version | WebExcess.Form Version | Maintained |
---|---|---|
Neos 3.x | 2.x | YES |
Neos 2.3 LTS | 1.x | YES |
composer require webexcess/form
(Die Dokumentation ist noch nicht ganz komplett)
- label (string)
Identifier for
<f:translate id="{your.label}" />
- 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]
- containerClassAttribute (string) [Default: 'clearfix‘] Class für den Container um das Input-Feld- errorClassAttribute (string) [Default: 'error']
- 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
- 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
Fügt ein Nummer-Input hinzu
Fügt einen Button an einem beliebigen Ort ein.
- containerClassAttribute (string) [Default: 'clearfix‘]
- elementClassAttribute (string) [Default: 'btn btn-primary‘]
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
.