29 $form =
new AutoForm(
$link,
"POST",
"/action/link_library/link_form?link_id={$link_id}&link_library_id={$link_library_id}");
30 $form->hide(
"link_library_id",
"owner_id",
"last_modified",
"sort_order");
31 $form->ajaxSubmit(
"function(result) {LinkLibraryManager.linkEdited(result);}",
"function() {document.id('{$form->id}_error').set('text','Failed to communicate with server'); }");
static using()
Import the datamodels, views and manifest for the specified component(s).
static end($message="")
Use this method to terminate execution of a script instead of using the php keywords exit() or die().
This class maps the publication table.
static addTaxonomyFieldRenderers($form, $showSelectAll=true, $group=null, $limitTo=null)
$method
Pull out a simple reference to the request method.