DESCRIPTION
METHODS
index_preferences
add_prefences
do_preference_chain
edit_prefences
prefence_values
do_form_setup
sub do_form_setup
{
my ($self, $c, $form) = @_;
}
do_form_set_defaults
This is a hook point for the forms gather of the data for saving. Add to the data hash any extra data you want to be saved.
Args will either contain object, pointing to the currently edited object, or resultset, the current resultset of the type being added.
sub do_form_set_defaults
{
my ($self, $c, $form, $data, $args) = @_;
}
do_form_gather
This is a hook point for the forms gather of the data for saving. Add to the data hash any extra data you want to be saved.
Args will either contain object, pointing to the currently edited object, or resultset, the current resultset of the type being added.
sub do_form_gather
{
my ($self, $c, $form, $data, $args) = @_;
# expect resultset or object in args.
}
ATTRIBUTES
LICENSE AND COPYRIGHT
Copyright 2012 OpusVL.
This software is licensed according to the "IP Assignment Schedule" provided with the development project.