As a base for the Tk bind command a simple parser for an event sequence has been implemented, which can parse the modifier, type and detail parts. This information is stored in a TkEventSequence js Object.
For positioning widgets within a browser window Tk pack and grid commands have been implemented. Tk grid command is still very rudimentary and not yet really usable.
(Part of Tk Widgets in Javascript Paper)