Download the PHP package str3cx/genemu-form-bundle without Composer
On this page you can find all versions of the php package str3cx/genemu-form-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download str3cx/genemu-form-bundle
More information about str3cx/genemu-form-bundle
Files in str3cx/genemu-form-bundle
Package genemu-form-bundle
Short Description Extra form types for your Symfony2 projects
License MIT
Informations about the package genemu-form-bundle
⚠️ This project is not maintained anymore. If you're interested in maintaining it please get in touch with @genemu ⚠️
FormBundle
Installation
Installation is quick and easy, 3 steps process
- Install GenemuFormBundle
- Enable the bundle
- Initialize assets
Step 1: Install GenemuFormBundle
Run the following command :
Step 2: Enable the bundle
Finally, enable the bundle in the kernel:
Step 3: Initialize assets
Form types
Select2 (view demo):
Captcha GD
ReCaptcha (Google library):
JQueryUi (download):
Plain
A Form type that just renders the field as a p tag. This is useful for forms where certain field need to be shown but not editable.
The type name is genemu_plain
.
Tips
Prototype usage within form collections
Template
You use GenemuFormBundle and you seen that it does not work!
Maybe you have forgotten form_javascript
or form_stylesheet
.
The principle is to separate the javascript, stylesheet and html. This allows better integration of web pages.
View a template example form view
Note
There are maybe some bugs in those implementations, this package is just an idea of form types which can be very useful for your Symfony2 projects.
All versions of genemu-form-bundle with dependencies
symfony/framework-bundle Version ^3.0 | ^4.0
symfony/form Version ^3.0 | ^4.0
twig/twig Version ~2.6