4 require_once
'Services/Table/classes/class.ilTable2GUI.php';
39 $this->
setId(
'show_mlng_mmbrs_list_tbl_' . $mailing_list->
getId());
40 parent::__construct($a_parent_obj, $a_parent_cmd);
42 $this->
setFormAction($this->ctrl->getFormAction($a_parent_obj),
'showMemberForm');
43 $this->
setTitle($this->lng->txt(
'mail_members_of_mailing_list') .
' ' . $mailing_list->
getTitle());
44 $this->
setRowTemplate(
'tpl.mail_mailing_lists_membersrow.html',
'Services/Contact');
56 $this->
addColumn($this->lng->txt(
'title'),
'title',
'90%');
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
__construct($a_parent_obj, $a_parent_cmd="", $a_template_context="")
Constructor.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.