Skip to content

lionelbzv/FormExtensions

 
 

Repository files navigation

FormExtensions

Translators needed!

We need your support to translate forms messages :) If you want to help open a pull request and submit a package for your language.


Symfony2 form extensions for Admingenerator project inspired by genemu/GenemuFormBundle.

This bundle provides new form types:

  • Bootstrap Collection family: collection_fieldset, collection_table
  • Collection Upload: collection_upload
  • Date and Time family: date_picker, time_picker, datetime_picker, daterange_picker
  • Double List family: double_list_document, double_list_entity, double_list_model
  • Single Upload: single_upload
  • Color Picker: color_picker
  • Select2 family: select2_choice, select2_language, select2_country, select2_timezone, select2_locale, select2_entity, select2_document, select2_model

and new form extensions:

  • AutocompleteExtension
  • HelpMessageExtension

Forms that will be added to this bundle:

  • Chosen
  • Knob
  • Rate

Installation

Composer

Add this to your composer.json

avocode/form-extensions-bundle": "dev-master"

Then activate it on the appkernel.php

new Avocode\FormExtensionsBundle\AvocodeFormExtensionsBundle(),

Note

Documentation for all form types will be gradually filled. You can find it in Resources/doc directory

License

For license information read carefully LICENSE file.

About

Symfony2 form extensions for Admingenerator project.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 84.9%
  • PHP 14.3%
  • Other 0.8%