CMS  Version 3.9
scroll_parts.inc File Reference

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

Variable Documentation

◆ $menu_item

$menu_item = "Scrolls"

Definition at line 38 of file scroll_parts.inc.

◆ $parts

$parts = $scroll->Parts()

Definition at line 46 of file scroll_parts.inc.

◆ $script

$script = $table->writeScript()

Definition at line 63 of file scroll_parts.inc.

◆ $scroll

Definition at line 44 of file scroll_parts.inc.

◆ $scroll_id

$scroll_id = checkNumeric($_GET["scroll_id"])

Definition at line 40 of file scroll_parts.inc.

◆ $table

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

Definition at line 48 of file scroll_parts.inc.

◆ $tabs

Definition at line 60 of file scroll_parts.inc.

◆ dragText

$table dragText = "<span style='font-size: 10px'>Click and drag to reorder parts</span>"

Definition at line 58 of file scroll_parts.inc.

◆ emptyMessage

$table emptyMessage = "No parts have been added to this scroll"

Definition at line 57 of file scroll_parts.inc.

◆ filter

$table filter = false

Definition at line 53 of file scroll_parts.inc.

◆ page

$tabs page = "scroll_parts"

Definition at line 61 of file scroll_parts.inc.

◆ paginate

$table paginate = false

Definition at line 55 of file scroll_parts.inc.

◆ sortable

$table sortable = false

Definition at line 54 of file scroll_parts.inc.