4include_once(
"Services/Table/classes/class.ilTable2GUI.php");
 
   22                parent::__construct($a_parent_obj, $a_parent_cmd);
 
   25                $this->
addColumn($lng->txt(
"cont_position"), 
"", 
"1");
 
   26                $this->
addColumn($lng->txt(
"title"), 
"", 
"100%");
 
   32                $this->tabs = $a_tabs;
 
   33                $caps = $this->tabs->getCaptions();
 
   34                $this->
setData($this->tabs->getCaptions());
 
   40                $this->
setTitle($lng->txt(
"cont_tabs"));
 
   53                $this->tpl->setVariable(
"TID", $a_set[
"hier_id"].
":".$a_set[
"pc_id"]);
 
An exception for terminatinating execution or to throw for unit testing.
fillRow($a_set)
Standard Version of Fill Row.
__construct($a_parent_obj, $a_parent_cmd, $a_tabs)
Constructor.
setEnableHeader($a_enableheader)
Set Enable Header.
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.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setData($a_data)
set table data @access public
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setLimit($a_limit=0, $a_default_limit=0)
set max.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms @access public