![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Scrolls" | |
$scroll_id = checkNumeric($_GET["scroll_id"]) | |
$scroll = new Scroll($scroll_id) | |
$parts = $scroll->Parts() | |
$table = new DataListView($parts, "parts") | |
$table | filter = false |
$table | sortable = false |
$table | paginate = false |
$table | emptyMessage = "No parts have been added to this scroll" |
$table | dragText = "<span style='font-size: 10px'>Click and drag to reorder parts</span>" |
$tabs = ScrollManager::scrollTabs($scroll_id) | |
$tabs | page = "scroll_parts" |
$script = $table->writeScript() | |
$menu_item = "Scrolls" |
Definition at line 38 of file scroll_parts.inc.
$parts = $scroll->Parts() |
Definition at line 46 of file scroll_parts.inc.
$script = $table->writeScript() |
Definition at line 63 of file scroll_parts.inc.
Definition at line 44 of file scroll_parts.inc.
$scroll_id = checkNumeric($_GET["scroll_id"]) |
Definition at line 40 of file scroll_parts.inc.
$table = new DataListView($parts, "parts") |
Definition at line 48 of file scroll_parts.inc.
$tabs = ScrollManager::scrollTabs($scroll_id) |
Definition at line 60 of file scroll_parts.inc.
Definition at line 58 of file scroll_parts.inc.
Definition at line 57 of file scroll_parts.inc.
$table filter = false |
Definition at line 53 of file scroll_parts.inc.
$tabs page = "scroll_parts" |
Definition at line 61 of file scroll_parts.inc.
$table paginate = false |
Definition at line 55 of file scroll_parts.inc.
$table sortable = false |
Definition at line 54 of file scroll_parts.inc.