Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Show the Quick Help Panel with current key bindings. Currently, this is called in the KeyService.

Example UsageArgumentsReturn ValueValues
qhs.showQuickHelp(bindings);bindings - an object. See the KeyService Key Mappings for the correct formatting. 

if bad bindings were received, returns null

if the Quick Help Panel was already showing, will hide the panel and return true

otherwise, no return value and it will show the panel

hideQuickHelp

...

Example Usage

...

Arguments

 

 

 

 

...

Return Value
qhs.hideQuickHelp();none

true - if the Quick Help Panel was hidden

false - if the Quick Help Panel was already hidden when this was called