Download the PHP package chomenko/extra-form without Composer
On this page you can find all versions of the php package chomenko/extra-form. 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 extra-form
Extra Form
What do you do?
- Ability to work with the entity
- Rendering bootstrap style
- Grid allows you to create custom layouts without using templates
- Input group
- Allows you to use it symfony/validator in entities
- Can be used on relation entity pairs list
Required:
- nette/di
- nette/forms
- symfony/validator
- kdyby/doctrine
- nettpack/stage
Install
`
Configure
`
Events
Look on this example Simple event. Service tag extraForm.events
.
If you do not use auto-install.
`
Form events
- CRETE_FORM
- INSTALL_ENTITY
- BEFORE_ADD_COMPONENT
- ADD_COMPONENT
- BEFORE_RENDER
- AFTER_RENDER
Elements events
- ATTACHED
- INSTALLED
- SET_OPTION
- ADD_CONSTRAINT
- LOAD_HTTP_DATA
- AFTER_LOAD_HTTP_DATA
- SET_ITEMS
- SET_VALUE
- RENDER
There are not all things I want now.
Examples
To create the first form, look at the class Chomenko\ExtraForm\FormFactory
Entity forms
- Simple form
- With use symfony assert
- Pairs list
- Join pairs list
- Relation pairs OneToMany ->relation record<- ManyToOne
Events
- Simple event
Rendering
Builder preserve the order of the elements, so if you need to edit only two elements, you do not have to edit the whole form
``
All versions of extra-form with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
nette/di Version ^2.4
nette/forms Version ^2.4
symfony/validator Version ^4.2
kdyby/doctrine Version ^3.3
nettpack/stage Version ^1.0
nette/di Version ^2.4
nette/forms Version ^2.4
symfony/validator Version ^4.2
kdyby/doctrine Version ^3.3
nettpack/stage Version ^1.0
The package chomenko/extra-form contains the following files
Loading the files please wait ....