4require_once 
'Services/Table/classes/class.ilTable2GUI.php';
 
   28        public function __construct($a_parent_obj, $a_parent_cmd = 
"", $a_template_context = 
"")
 
   30                parent::__construct($a_parent_obj, $a_parent_cmd, $a_template_context);
 
   34                $this->
setId(
'banned_users');
 
   35                $this->
setTitle( $lng->txt(
'ban_table_title') );
 
   40                $this->
addColumn($lng->txt(
'login'), 
'login');
 
   41                $this->
addColumn($lng->txt(
'firstname'), 
'firstname');
 
   42                $this->
addColumn($lng->txt(
'lastname'), 
'lastname');
 
   46                $this->
setRowTemplate(
'tpl.banned_user_table_row.html', 
'Modules/Chatroom');
 
Class ilBannedUsersTableGUI.
__construct($a_parent_obj, $a_parent_cmd="", $a_template_context="")
Constructor.
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
setExternalSorting($a_val)
Set external sorting.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setSelectAllCheckbox($a_select_all_checkbox)
Set the name of the checkbox that should be toggled with a select all button.
setExternalSegmentation($a_val)
Set external segmentation.