README revision 80d2034f65b9348e5fd36291f03b0819181efb89
6d05b41aaef2a56d8d806b2cbf3ab08a1b4990e6Michael GraffYUI Custom Events
d25afd60ee2286cb171c4960a790f3d7041b6f85Bob Halley Custom event system
6d05b41aaef2a56d8d806b2cbf3ab08a1b4990e6Michael Graff - Moved custom event out of event package
6d05b41aaef2a56d8d806b2cbf3ab08a1b4990e6Michael Graff - Event.Target accepts a prefix configuration. This is used
4095b364155591b10bfe79c77e686031f6976852Michael Graff in all exposed methods to handle shortcuts to event names,
6d05b41aaef2a56d8d806b2cbf3ab08a1b4990e6Michael Graff e.g., 'click' and 'menu:click' are the same if the prefix
6792dd6d22db8441bb7c4d24819b4f9291e257b1Bob Halley - Exposed methods are 'on' for the before moment, 'after' for
6d05b41aaef2a56d8d806b2cbf3ab08a1b4990e6Michael Graff the after moment, and 'detach' for unsubscribe. subscribe,
6d05b41aaef2a56d8d806b2cbf3ab08a1b4990e6Michael Graff before, unsubscribe, and corresponding methods are deprecated.