[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/lib/scripts/ -> hotkeys.js (summary)

(no description)

File Size: 302 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  Hotkeys()
  initializeHotkeys()

Functions
Functions that are not part of a class:

Hotkeys()   X-Ref
Some of these scripts were taken from TinyMCE (http://tinymce.moxiecode.com/) and were modified for DokuWiki

Class handles accesskeys using javascript and also provides ability
to register and use other hotkeys as well.

author: Marek Sacha <sachamar@fel.cvut.cz>

initializeHotkeys()   X-Ref
Init function for hotkeys. Called from js.php, to ensure hotkyes are initialized after toolbar.
Call of addInitEvent(initializeHotkeys) is unnecessary now.

author: Marek Sacha <sachamar@fel.cvut.cz>