sfUnobstrusiveWidgetPlugin ================= The `sfUnobstrusiveWidgetPlugin` packages useful widgets for symfony in an unobstrusive way. Installation ------------ * Install the plugin $ symfony plugin:install sfUnobstrusiveWidgetPlugin * Publish assets $ symfony uo-widget:publish * Clear the cache $ symfony cache:clear Documentation ------------- The full documentation can be found in the plugin's "doc" directory. You can also look the phpdoc for further informations. As no third party libraries is bundled in the plugin, you need to install and load the required dependencies like JQuery or JQuery UI by yourself. This plugin can be used with sfDynamicsPlugin (http://www.symfony-project.org/plugins/sfDynamicsPlugin) without any additional setup.