The sfEfWidgetFormExtraPlugin packages useful widgets
As no third party libraries is bundled in the plugin, you need to install and load the required dependencies like JQuery and JQuery UI by yourself.
-
Install the plugin
Copy the plugin in the plugins folder of the project and run the following task:
$ symfony plugin:publish-assets
-
Clear the cache
$ symfony cc
- sfEfWidgetFormChoice:
- sfEfWidgetFormDoctrineDobleList: Displays a double list widget
- sfEfWidgetFormInputCheckbox: Displays a checkbox widget
- sfEfWidgetFormInputRadio: Displays a radio widget
- sfEfWidgetFormSelect: Displays a select widget
- sfEfWidgetFormSelectCheckbox: Displays a checkbox list widget
- sfEfWidgetFormSelectRadio: Displays a radio list widget