Ticket #1319 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

make event hooks like onKeyPress accesible from the config object

Reported by: ray Owned by: gogo
Priority: normal Milestone: 0.96
Component: Xinha Core Version: trunk
Severity: normal Keywords:
Cc:

Description


Change History

Changed 1 year ago by ray

  • status changed from new to closed
  • resolution set to fixed

rev [1107]: you can now use each hook that were formerly only available to plugins by adding the respective function to xinha_config, like so

 xinha_config.Events.onKeyPress = function (event)
 {
   return false;
 }

Changed 1 year ago by ray

for available hooks see Documentation/EventHooks

Note: See TracTickets for help on using tickets.