Message from discussion
Namespaced DOM Events?
Received: by 10.58.212.198 with SMTP id nm6mr5432665vec.35.1344433556159;
Wed, 08 Aug 2012 06:45:56 -0700 (PDT)
X-BeenThere: mootools-users@googlegroups.com
Received: by 10.52.100.135 with SMTP id ey7ls1134293vdb.6.gmail; Wed, 08 Aug
2012 06:45:54 -0700 (PDT)
Received: by 10.52.21.235 with SMTP id y11mr1975615vde.4.1344433554254;
Wed, 08 Aug 2012 06:45:54 -0700 (PDT)
Date: Wed, 8 Aug 2012 06:45:52 -0700 (PDT)
From: verylastminute <cgp...@gmail.com>
To: mootools-users@googlegroups.com
Message-Id: <ff737b88-9491-49d8-9e79-e270390da1ad@googlegroups.com>
In-Reply-To: <acf1e75c-7520-47a6-a7ac-4cc356adb553@googlegroups.com>
References: <aaf952bc-c682-435e-b79d-42acc74a99db@googlegroups.com>
<50226CA2.8080604@gmail.com>
<acf1e75c-7520-47a6-a7ac-4cc356adb553@googlegroups.com>
Subject: Re: [Moo] Namespaced DOM Events?
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_Part_528_20725551.1344433552830"
------=_Part_528_20725551.1344433552830
Content-Type: multipart/alternative;
boundary="----=_Part_529_5785630.1344433552830"
------=_Part_529_5785630.1344433552830
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
usage:
events = {}
> events[namespace + ":domready"] = design
> events[namespace + ":resize"] = resize
> window.addNamespaceEvents(events)
>
window.removeNamespaceEvents(namespace)
------=_Part_529_5785630.1344433552830
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
<div>usage: </div><div><br></div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">events = {}<br>events[namespace + ":domready"] = design<br>events[namespace + ":resize"] = resize<br>window.addNamespaceEvents(events)<br></blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; "> </blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">window.removeNamespaceEvents(namespace)</blockquote>
------=_Part_529_5785630.1344433552830--
------=_Part_528_20725551.1344433552830--