Download the PHP package mvccore/ext-form-field-date without Composer
On this page you can find all versions of the php package mvccore/ext-form-field-date. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mvccore/ext-form-field-date
More information about mvccore/ext-form-field-date
Files in mvccore/ext-form-field-date
Download mvccore/ext-form-field-date
More information about mvccore/ext-form-field-date
Files in mvccore/ext-form-field-date
Vendor mvccore
Package ext-form-field-date
Short Description MvcCore - Extension - Form - Field - Date - form field types - input:date, input:datetime-local, input:time, input:week and input:month.
License BSD-3-Clause
Package ext-form-field-date
Short Description MvcCore - Extension - Form - Field - Date - form field types - input:date, input:datetime-local, input:time, input:week and input:month.
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package ext-form-field-date
MvcCore - Extension - Form - Field - Date
MvcCore form extension with input field types date, datetime, time, week and month.
Installation
Fields And Default Validators
input:date
Date
- configured by default
- validate submitted value format, min., max., step and dangerous characters
input:datetime-local
(extended frominput:date
)DateTime
- configured by default
- validate submitted value format, min., max., step and dangerous characters
input:time
(extended frominput:date
)Time
- configured by default
- validate submitted value format, min., max., step and dangerous characters
input:week
(extended frominput:date
)Week
- configured by default
- validate submitted value format, min., max., step and dangerous characters
input:month
(extended frominput:date
)Month
- configured by default
- validate submitted value format, min., max., step and dangerous characters
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-date with dependencies
PHP Build Version
Package Version
The package mvccore/ext-form-field-date contains the following files
Loading the files please wait ....