Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Library which binds the shortcuts functionality to the JAXFront Visualizer components.

Codeblock
themeEclipse
languagehtml/xml
titleshortcuts section:
<script language="JavaScript" src="js/jquery/plugins/mousetrap.min.js" type="text/javascript"></script>
<script language="JavaScript" src="js/jquery/plugins/shortcuts.js" type="text/javascript"></script>

...

To enable the keyboard shortcuts handling, the shortcuts must be registered in the main HTML template.

Codeblock
themeConfluenceEclipse
languagehtml/xml
titleshortcuts registration (default config)
<script type="text/javascript" language="JavaScript" defer="defer">
    registerShortcuts();
</script>

...