ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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.

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.

References ilAccessKey\getKey().

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

+ 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: