44 $form->readonly(
"name",
"version",
"author",
"description",
"component_path");
45 $form->hide(
"priority");
47 $form->button(
"Back to Components",
"/admin/components");
54 $mgr->fireEventTo(
"upgradeComponent",
$form->data->name);
60 redirect(
"/admin/components");
70 <div
class=
"tab_border">
static getComponent($name)
ComponentManager provides the core functionality for building the component map describing the applic...
static componentFormTabs($key)
static usingFeature()
Uses the specified framework feature(s).
static notifyOnNextPage($message, $blocking=false, $button="OK", $onClick="null")
Schedules a notification message to be displayed to the user at the next full page load.
static using()
Import the datamodels, views and manifest for the specified component(s).
$method
Pull out a simple reference to the request method.