CMS  Version 3.9
video_picker.inc File Reference

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"
 

Variable Documentation

◆ $script

$script = "<style type='text/css'>span.image_id { display: none }</style>\n"

Definition at line 55 of file video_picker.inc.

◆ $table

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

Definition at line 39 of file video_picker.inc.

◆ $videoPath

$videoPath = Settings::getValue("video", "video_folder")

Definition at line 41 of file video_picker.inc.

◆ $videos

$videos = Query::create(Video, "ORDER BY title")->execute()

Definition at line 37 of file video_picker.inc.

◆ emptyMessage

$table emptyMessage = "No videos have been uploaded,"

Definition at line 52 of file video_picker.inc.

◆ filter

$table filter = true

Definition at line 50 of file video_picker.inc.

◆ pageSize

$table pageSize = 10

Definition at line 51 of file video_picker.inc.

◆ sortable

$table sortable = true

Definition at line 49 of file video_picker.inc.

◆ zebra

$table zebra = false

Definition at line 53 of file video_picker.inc.