2017 © Pedro Peláez
 

symfony1-plugin sf-select2-widgets-plugin

Select 2 Widgets for Symfony 1

image

bgcc/sf-select2-widgets-plugin

Select 2 Widgets for Symfony 1

  • Thursday, May 12, 2016
  • by 19Gerhard85
  • Repository
  • 4 Watchers
  • 6 Stars
  • 1,210 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

sfSelect2WidgetsPlugin

License Total Downloads Monthly Downloads Daily Downloads Scrutinizer Code Quality, (*1)

Description

The sfSelect2WidgetsPlugin is a symfony 1.2 / 1.3 / 1.4 plugin that provides several form widgets with Select2 functionality. Following widgets are included: * I18n Choice Country * I18n Choice Currency * I18n Choice Language * Autocomplete (for Propel ORM) * Choice * Propel Choice (for Propel ORM), (*2)

Requirements

Installation via Composer

{
    "require": {
        "bgcc/sf-select2-widgets-plugin": "dev-master"
    }
}

Installation via Git

  • Install the plugin and init submodule, (*3)

    $ git submodule add git://github.com/19Gerhard85/sfSelect2WidgetsPlugin.git plugins/sfSelect2WidgetsPlugin
    $ git submodule update --init --recursive
  • Enable the plugin in your /config/ProjectConfiguration.class.php php $this->enablePlugins('sfSelect2WidgetsPlugin');, (*4)

  • Publish assets, (*5)

    $ ./symfony plugin:publish-assets
  • Clear you cache, (*6)

    $ ./symfony cc

Installation via SVN

  • Install the plugin and Select2 JavaScript library, (*7)

    $ svn propedit svn:externals plugins
    Enter (without quotes) "sfSelect2WidgetsPlugin https://github.com/19Gerhard85/sfSelect2WidgetsPlugin/trunk"
    $ svn update
    $ svn propedit svn:externals plugins/sfSelect2WidgetsPlugin/web
    Enter (without quotes) "select2 https://github.com/ivaynberg/select2/trunk"
    $ svn update
  • Enable the plugin in your /config/ProjectConfiguration.class.php php $this->enablePlugins('sfSelect2WidgetsPlugin');, (*8)

  • Publish assets, (*9)

    $ ./symfony plugin:publish-assets
  • Clear you cache, (*10)

    $ ./symfony cc

Usage

Coming soon..., (*11)

The Versions

12/05 2016

dev-master

9999999-dev

Select 2 Widgets for Symfony 1

  Sources   Download

GPL-2.0

The Requires

 

symfony select2

03/12 2013

1.0.2

1.0.2.0

Select 2 Widgets for Symfony 1

  Sources   Download

GPL-2.0

The Requires

 

symfony select2

14/10 2013

1.0.1

1.0.1.0

Select 2 Widgets for Symfony 1

  Sources   Download

GPL-2.0

The Requires

 

symfony select2

14/10 2013

1.0.0

1.0.0.0

  Sources   Download

The Requires