4include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
 
   24                parent::__construct($a_parent_obj, $a_parent_cmd);
 
   27                include_once(
"./Services/Accessibility/classes/class.ilAccessKey.php");
 
   31                foreach ($keys as $f => $k)
 
   33                        $data[] = array(
"func_id" => $f, 
"access_key" => $k);
 
   36                $this->
setTitle($lng->txt(
"acc_access_keys"));
 
   39                $this->
addColumn($this->lng->txt(
"acc_component"), 
"", 
"");
 
   40                $this->
addColumn($this->lng->txt(
"acc_function"), 
"", 
"");
 
   41                $this->
addColumn($this->lng->txt(
"acc_access_key"), 
"", 
"");
 
   45                $this->
setRowTemplate(
"tpl.access_key_row.html", 
"Services/Accessibility");
 
   50                if ($ilAccess->checkAccess(
"write", 
"", 
$_GET[
"ref_id"]))
 
   65                $this->tpl->setVariable(
"FUNC_ID", $a_set[
"func_id"]);
 
TableGUI class for access keys.
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
fillRow($a_set)
Fill table row.
static getFunctionName($a_func_id)
Get Function Name.
static getKeys($lang_key="0", $a_ignore_default=false)
Get access keys for language.
static getComponentNames($a_func_id)
Get Component Names.
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
setEnableHeader($a_enableheader)
Set Enable Header.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setData($a_data)
set table data @access public
setEnableTitle($a_enabletitle)
Set Enable Title.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
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.
disable($a_module_name)
diesables particular modules of table
setLimit($a_limit=0, $a_default_limit=0)
set max.
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms @access public