![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Functions | |
countPhotos ($gallery) | |
Variables | |
$editor = $_GET["Editor"] | |
$galleries = Query::create(ImageGallery, "ORDER BY gallery_name")->execute() | |
$table = new DataListView($galleries, "galleries") | |
$table | sortable = true |
$table | emptyMessage = "No image galleries have been created" |
$table | pageSize = 5 |
$table | zebra = false |
$script = $table->writeScript() | |
countPhotos | ( | $gallery | ) |
Definition at line 40 of file slideshow_picker.inc.
$editor = $_GET["Editor"] |
Definition at line 6 of file slideshow_picker.inc.
$galleries = Query::create(ImageGallery, "ORDER BY gallery_name")->execute() |
Definition at line 8 of file slideshow_picker.inc.
$script = $table->writeScript() |
Definition at line 20 of file slideshow_picker.inc.
$table = new DataListView($galleries, "galleries") |
Definition at line 10 of file slideshow_picker.inc.
$table emptyMessage = "No image galleries have been created" |
Definition at line 16 of file slideshow_picker.inc.
$table pageSize = 5 |
Definition at line 17 of file slideshow_picker.inc.
$table sortable = true |
Definition at line 15 of file slideshow_picker.inc.
$table zebra = false |
Definition at line 18 of file slideshow_picker.inc.