![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Bindings" | |
$bindings = Query::create(BindingTarget, "ORDER BY target_class")->execute() | |
$table = new DataListView($bindings, "bindings") | |
$table | pageSize = 20 |
$table | sortable = true |
$table | filter = true |
$table | emptyMessage = "No bindings have been created yet." |
$script = $table->writeScript() | |
$bindings = Query::create(BindingTarget, "ORDER BY target_class")->execute() |
Definition at line 39 of file bindings.inc.
$menu_item = "Bindings" |
Definition at line 37 of file bindings.inc.
$script = $table->writeScript() |
Definition at line 51 of file bindings.inc.
$table = new DataListView($bindings, "bindings") |
Definition at line 41 of file bindings.inc.
$table emptyMessage = "No bindings have been created yet." |
Definition at line 49 of file bindings.inc.
$table filter = true |
Definition at line 48 of file bindings.inc.
$table pageSize = 20 |
Definition at line 46 of file bindings.inc.
$table sortable = true |
Definition at line 47 of file bindings.inc.