17 $this->
setId(self::REC_TABLE_ID);
28 $this->
addColumn($this->lng->txt(
'title'));
29 $this->
setRowTemplate(
"tpl.show_recurrence_row.html",
'Services/Calendar');
34 $this->lng->txt(
'delete')
38 $this->lng->txt(
'cal_delete_recurrence_rule')
42 $this->lng->txt(
'cancel')
49 $this->tpl->setVariable(
'VAL_ID', $row[
'id']);
50 $this->tpl->setVariable(
'TITLE', $row[
'title']);
60 $end = clone $this->entry->getStart();
63 $appointments = $calculator->calculateDateList(
64 $this->entry->getStart(),
68 foreach ($appointments as $recurrence_date) {
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
Model for a calendar entry.
static _getFirstRecurrence($a_cal_id)
get first recurrence
getParentCmd()
Get parent command.
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
Calculates an ilDateList for a given calendar entry and recurrence rule.
setSelectAllCheckbox($a_select_all_checkbox, $a_select_all_on_top=false)
Set the name of the checkbox that should be toggled with a select all button.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
setFormName($a_formname="")
Set Form name.
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
setShowRowsSelector($a_value)
Toggle rows-per-page selector.
__construct(ilCalendarEntry $entry, $a_parent_obj, $a_parent_cmd="", $a_template_context="")
Class ilCalendarRecurrenceTableGUI.