41 return "<a href='/admin/event_form?event_id={$event->event_id}'>{$event->title}</a><em> {$event->event_type}</em><p>".ellipsis(
$event->description, 120).
"</p>";
54 ->column(
"Calendar",
"{Calendar.name}",
true,
"width: 15%")
55 ->column(
"Location",
"{location}",
true,
"width: 25%")
56 ->column(
"Start Date",
"{start_date}",
true,
"width: 15%")
57 ->column(
"End Date",
"{end_date}",
true,
"width: 15%");
62 $table->emptyMessage =
"No Events defined";
76 <input type=
"button" class=
"button" value=
" Add a new Event " onclick=
"go('/admin/event_form');">
static eventFilterSetup()
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).
static addFacets($manager, $classes, $dropdown=true, $max_width="200px", $width="200px", $height="120px")