Download the PHP package mvccore/ext-form-field-selection without Composer
On this page you can find all versions of the php package mvccore/ext-form-field-selection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mvccore/ext-form-field-selection
More information about mvccore/ext-form-field-selection
Files in mvccore/ext-form-field-selection
Download mvccore/ext-form-field-selection
More information about mvccore/ext-form-field-selection
Files in mvccore/ext-form-field-selection
Vendor mvccore
Package ext-form-field-selection
Short Description MvcCore - Extension - Form - Field - Selection - form field types - select, country select, checkbox, radio button, color and checkboxes group.
License BSD-3-Clause
Package ext-form-field-selection
Short Description MvcCore - Extension - Form - Field - Selection - form field types - select, country select, checkbox, radio button, color and checkboxes group.
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package ext-form-field-selection
MvcCore - Extension - Form - Field - Selection
MvcCore form extension with fields select, country select, checkbox(es), radios and color.
Installation
Fields And Default Validators
select
, countryselect
ValueInOptions
- configured by default
- validate if submitted string(s) are presented in select options keys.
input:checkbox
SafeString
- configured by default
- XSS string protection to safely display submitted value in response, configured by default
input:radio
- radio group andinput:checkbox
es - checkbox groupValueInOptions
- configured by default, ...description above
input:color
Color
- configured by default
- validate hexadecimal color with no transparency including leading hash char
#
Features
- always server side checked attributes
required
,disabled
andreadonly
- all HTML5 specific and global atributes (by Mozilla Development Network Docs)
- every field has it's build-in specific validator described above
- every build-in validator adds form error (when necessary) into session and than all errors are displayed/rendered and cleared from session on error page, where user is redirected after submit
- any field is possible to render naturally or with custom template for specific field class/instance
- very extensible field classes - every field has public template methods:
SetForm()
- called immediatelly after field instance is added into form instancePreDispatch()
- called immediatelly before any field instance rendering typeRender()
- called on every instance in form instance rendering process- submethods:
RenderNaturally()
,RenderTemplate()
,RenderControl()
,RenderLabel()
...
- submethods:
Submit()
- called on every instance when form is submitted
Examples
Basic Example
All versions of ext-form-field-selection with dependencies
PHP Build Version
Package Version
The package mvccore/ext-form-field-selection contains the following files
Loading the files please wait ....