![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$videos = Query::create(Video, "ORDER BY title")->execute() | |
$table = new DataListView($videos, "videos") | |
$videoPath = Settings::getValue("video", "video_folder") | |
$table | sortable = true |
$table | filter = true |
$table | pageSize = 10 |
$table | emptyMessage = "No videos have been uploaded," |
$table | zebra = false |
$script = "<style type='text/css'>span.image_id { display: none }</style>\n" | |
$script = "<style type='text/css'>span.image_id { display: none }</style>\n" |
Definition at line 55 of file video_picker.inc.
$table = new DataListView($videos, "videos") |
Definition at line 39 of file video_picker.inc.
$videoPath = Settings::getValue("video", "video_folder") |
Definition at line 41 of file video_picker.inc.
Definition at line 37 of file video_picker.inc.
$table emptyMessage = "No videos have been uploaded," |
Definition at line 52 of file video_picker.inc.
$table filter = true |
Definition at line 50 of file video_picker.inc.
$table pageSize = 10 |
Definition at line 51 of file video_picker.inc.
$table sortable = true |
Definition at line 49 of file video_picker.inc.
$table zebra = false |
Definition at line 53 of file video_picker.inc.