45 redirect(
"taxonomies");
48 $panel =
new Panel(
"taxonomy_terms",
"/action/taxonomy/taxonomy_terms_list?taxonomy_id=$taxonomy_id");
56 <script type=
'text/javascript'>
59 window.addEvent(
'domready',
function()
61 taxonomyAdmin =
new TaxonomyAdmin(
'taxonomy_terms',
$taxonomy_id);
72 <a
class=
'button' href=
'#' onclick=
'taxonomyAdmin.openTermDialog(); return false'>Add a
Taxonomy Term</a>&
nbsp;&
nbsp;
73 <a
class=
'button' href=
'#' onclick=
'taxonomyAdmin.importTermsDialog(); return false;'>Import
Taxonomy Terms</a>&
nbsp;&
nbsp;
74 <a
class=
'button' href=
'reorder_taxonomy_terms?taxonomy_id=<?echo $taxonomy_id?>'>Reorder
Taxonomy Terms</a>
if(! $taxonomy_id) $panel
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).
static includeScript($src)
Utility function to pull in a specific Javascript file for the current page.
Panel provides a reloadable panel tied to an action handler.