centurion-project / Centurion

Centurion is an open-source CMS delivered as a flexible PHP5 Content Management Framework
http://www.centurion-project.org
197 stars 51 forks source link

Decorator for elements supporting mutlselect order #33

Closed frenchcomp closed 12 years ago

frenchcomp commented 12 years ago

New decorator for multiselect form elements to support ordering.

Centurion provides a mechanism to save the order in relation, and return it in front, but no provide element in form to allow user to order elements. This patch provides a new decorator for multiselect to allow this :

To use the multiselect with ordering

@Todo : add a system allows developer to defines new paths in Decorator PluginLoader in the configuration, and remove the trait Core_Traits_Decorators_Form_Model_Interface

lchenay commented 12 years ago

This pull request need refractoring. Trait is useless, scripts js inline in the view ...

lchenay commented 12 years ago

Close this pull request. We already have this feature in Centurion.