dumbo-legacy / sfEfWidgetFormExtraPlugin

The sfEfWidgetFormExtraPlugin packages useful widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sfEfWidgetFormExtraPlugin

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.

Installation

  • 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

Widgets

  • 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

About

The sfEfWidgetFormExtraPlugin packages useful widgets

License:MIT License


Languages

Language:JavaScript 51.8%Language:PHP 35.8%Language:CSS 12.4%