Changes for version 0.010
- add unique_value() check in form related label even if foreign_field is undef
- fix autocomplete_field to initialize the hidden input with the original internal_value
- livegrid_create_form() controller method and supporting JS. This enables o2m and m2m creation without leaving the current page. The number of fields controls whether it is enabled or not. See the LIVEGRID_FORM_SIZE setting in crud/tt_config.tt.
- replace all 'datatable' instances with 'livegrid' in Serializer class.
- PK value in Serializer comes from controller to allow app override of schema class.
Modules
YUI for your CatalystX::CRUD view
base controller
View class for Excel output
ExtJS LiveGrid objects
flatten CatalystX::CRUD::Object instances
templates for your CatalystX::CRUD view
Template crud snippets
base View class