49 $form->required(
"identifier",
"taxonomy_name");
54 $form->button(
"Clone this Taxonomy",
"TaxonomyAdmin.cloneTaxonomyDialog({$taxonomy_id}); return false;",
null,
true);
59 new CheckListFieldRenderer(
$form,
"associated_classes",
"Associated Content Items",
$classes);
69 redirect(
"/admin/taxonomies");
73 $tabs->queryString =
"taxonomy_id=".$form->data->taxonomy_id;
80 <script type=
'text/javascript' src=
'/components/taxonomy/js/taxonomy_admin.js'></script>
90 echo
$form->drawForm();
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).
static getRegisteredClassOptions()
Retrieves the list of DataItem classes that have registered as supporting taxonomy term associations ...
$method
Pull out a simple reference to the request method.