ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilAccessKeyGUI Class Reference

Access key user interface handling. More...

+ Collaboration diagram for ilAccessKeyGUI:

Static Public Member Functions

static getAttribute ($a_func_id)
 Get accesskey HTML attribute. More...
 

Detailed Description

Access key user interface handling.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 12 of file class.ilAccessKeyGUI.php.

Member Function Documentation

◆ getAttribute()

static ilAccessKeyGUI::getAttribute (   $a_func_id)
static

Get accesskey HTML attribute.

Parameters
int$a_func_id
Returns
string

Definition at line 20 of file class.ilAccessKeyGUI.php.

References ilAccessKey\getKey().

Referenced by ilTemplate\fillSideIcons(), ilToolbarGUI\getGroupedItems(), ilAdvancedSelectionListGUI\getHTML(), and ilLMPresentationGUI\ilLMNavigation().

21  {
22  $key = ilAccessKey::getKey($a_func_id);
23 
24  if($key != "")
25  {
26  return 'accesskey="' . $key . '"';
27  }
28 
29  return "";
30  }
static getKey($a_func_id, $lang_key="0", $a_ignore_default=false)
Get single access key.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: