Editor for records without references

This module lets the user edit and search records in a single source. This module is based on the autoform and dbisearch toolkit.

tk_record_edit_init ()

  void tk_record_edit_init (&$application_object);
	

This function initialises the module.

tk_record_edit ()

  void tk_record_edit (&$application_object);
	

Module's entry page function. The following arguments can be passed:

  • source - Specifies the source of records to edit.

  • list_fields - Array of fields that should be displayed in lists. If not specified all fields are shown if not configured otherwise in the according autoform configuration.