![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Functions | |
textLookupPlainText ($textLookup) | |
Variables | |
$menu_item = "Text Lookup" | |
$textLookup = new TextLookup() | |
$textLookup | filter = new InclusionFilter("text_lookup_id", "category") |
$filterForm = new FilterForm($textLookup) | |
$categoryFilter = new FilterFieldRenderer($filterForm, "category", "Filter By Category") | |
$constraint = $filterForm->getConstraint() | |
$texts = Query::create(TextLookup, "{$constraint} ORDER BY code")->execute() | |
$table = new DataListView($texts, "textLookup") | |
$table | sortable = true |
$table | pageSize = 10 |
$table | emptyMessage = "No text lookups have been defined." |
$script = $table->writeScript() | |
textLookupPlainText | ( | $textLookup | ) |
Definition at line 70 of file text_lookup_list.inc.
$categoryFilter = new FilterFieldRenderer($filterForm, "category", "Filter By Category") |
Definition at line 44 of file text_lookup_list.inc.
$constraint = $filterForm->getConstraint() |
Definition at line 48 of file text_lookup_list.inc.
$filterForm = new FilterForm($textLookup) |
Definition at line 43 of file text_lookup_list.inc.
$menu_item = "Text Lookup" |
Definition at line 38 of file text_lookup_list.inc.
$script = $table->writeScript() |
Definition at line 64 of file text_lookup_list.inc.
$table = new DataListView($texts, "textLookup") |
Definition at line 51 of file text_lookup_list.inc.
$textLookup = new TextLookup() |
Definition at line 40 of file text_lookup_list.inc.
$texts = Query::create(TextLookup, "{$constraint} ORDER BY code")->execute() |
Definition at line 49 of file text_lookup_list.inc.
$table emptyMessage = "No text lookups have been defined." |
Definition at line 62 of file text_lookup_list.inc.
$table filter = new InclusionFilter("text_lookup_id", "category") |
Definition at line 41 of file text_lookup_list.inc.
$table pageSize = 10 |
Definition at line 61 of file text_lookup_list.inc.
$table sortable = true |
Definition at line 59 of file text_lookup_list.inc.