CMS  Version 3.9
components.inc File Reference

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()
 

Variable Documentation

◆ $components

$components = query(Component, "ORDER BY name")

Definition at line 45 of file components.inc.

◆ $menu_item

$menu_item = "Components"

Definition at line 41 of file components.inc.

◆ $script

$script = $table->writeScript()

Definition at line 57 of file components.inc.

◆ $table

$table = new DataListView($components, "components")

Definition at line 47 of file components.inc.

◆ $tabs

Definition at line 39 of file components.inc.

◆ $title

$title = "Manage Components"

Definition at line 42 of file components.inc.

◆ filter

$table filter = true

Definition at line 53 of file components.inc.

◆ pageSize

$table pageSize = 10

Definition at line 54 of file components.inc.

◆ sortable

$table sortable = true

Definition at line 52 of file components.inc.

◆ summary

$table summary = "List of installed components"

Definition at line 55 of file components.inc.