ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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.

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

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\getHTML(), ilAdvancedSelectionListGUI\getHTML(), and ilLMPresentationGUI\ilLMNavigation().

{
$key = ilAccessKey::getKey($a_func_id);
if($key != "")
{
return 'accesskey="' . $key . '"';
}
return "";
}

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