Begin reworking Event handling model.
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 16 Jan 2009 07:46:43 +0000 (00:46 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 16 Jan 2009 19:37:15 +0000 (12:37 -0700)
commitbe4fc0073a45403d212e6ccd8873371811771e75
treeb18ef68116ea1155fe556c0b7c07e4a9ea2dcc73
parent2a47b266cffc69dba289236f87b55b5a8aa4365f
Begin reworking Event handling model.

Instead of attaching event handlers to every DOM element, set a single
event handler on the document and sniff the Event object to determine
what DOM element it hit.

This is not fully complete yet, and there still are some issues (i.e
dealing with context menu actions).
imp/js/src/DimpBase.js
imp/js/src/DimpCore.js
imp/js/src/compose-dimp.js
imp/js/src/fullmessage-dimp.js
imp/templates/chunks/message.php
imp/templates/index/index.inc
imp/themes/screen-dimp.css