Download the PHP package fgh151/yii2-form-fields without Composer
On this page you can find all versions of the php package fgh151/yii2-form-fields. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-form-fields
Yii2 form fields
Collection of form fields
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
Input without model
Input with custom label and value
Available field types:
- text - input type text
- email - input type email
- number - input type number
- textarea - text area
- binaryCheckbox - single check box (for example agree field)
- checkboxList - list check boxes with same name
- checkboxListOther - list check boxes with same name and input text field
- binaryRadio - single radio button
- radioList - list of radio buttons
- radioListOther - list of radio boxes with other text field
- file - file input field
BinaryCheckbox - is binary field, for example agree field
Field type examples
checkboxList, checkboxListOther, radioList, radioListOther
for 'other' label you can pass custom text:
All versions of yii2-form-fields with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
~2.0.0
The package fgh151/yii2-form-fields contains the following files
Loading the files please wait ....