![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$tabs = ComponentManager::componentListTabs() | |
$menu_item = "Components" | |
$title = "Manage Components" | |
$components = query(Component, "ORDER BY name") | |
$table = new DataListView($components, "components") | |
$table | sortable = true |
$table | filter = true |
$table | pageSize = 10 |
$table | summary = "List of installed components" |
$script = $table->writeScript() | |
$components = query(Component, "ORDER BY name") |
Definition at line 45 of file components.inc.
$menu_item = "Components" |
Definition at line 41 of file components.inc.
$script = $table->writeScript() |
Definition at line 57 of file components.inc.
$table = new DataListView($components, "components") |
Definition at line 47 of file components.inc.
$tabs = ComponentManager::componentListTabs() |
Definition at line 39 of file components.inc.
$title = "Manage Components" |
Definition at line 42 of file components.inc.
$table filter = true |
Definition at line 53 of file components.inc.
$table pageSize = 10 |
Definition at line 54 of file components.inc.
$table sortable = true |
Definition at line 52 of file components.inc.
$table summary = "List of installed components" |
Definition at line 55 of file components.inc.