You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org> on 2007/02/28 18:49:57 UTC

[jira] Updated: (XAP-317) It would be good to have stackable events for our elements.

     [ https://issues.apache.org/jira/browse/XAP-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Turyn, Michael updated XAP-317:
-------------------------------

    Description: 
I think >1 "onXXX" event attributes on an element should be allowed;:

               <aWidgetTag onMouseDown="mco:A.foo()"  onMouseDown="mco:A.bar(...)" ..../>

---on the mouse down event they would be called in the order declared; this would be good for cutting-and-pasting functionality modularised as MCOs and Macros.

This is one of the best things about the Dojo connect() mechanism, and also seems to be in place for Yahoo UI dragging events.

  was:
I think >1 "onXXX" event attributes on an element should be allowed;:
<br/>
               <aWidgetTag onMouseDown="mco:A.foo()"  onMouseDown="mco:A.bar(...)" ..../>
<br/>
---on the mouse down event they would be called in the order declared; this would be good for cutting-and-pasting functionality modularised as MCOs and Macros.

This is one of the best things about the Dojo connect() mechanism, and also seems to be in place for Yahoo UI dragging events.


> It would be good to have stackable events for our elements.
> -----------------------------------------------------------
>
>                 Key: XAP-317
>                 URL: https://issues.apache.org/jira/browse/XAP-317
>             Project: XAP
>          Issue Type: Improvement
>          Components: Macros, MCOs, Widgets, XML Dom / Parsing
>            Reporter: Turyn, Michael
>
> I think >1 "onXXX" event attributes on an element should be allowed;:
>                <aWidgetTag onMouseDown="mco:A.foo()"  onMouseDown="mco:A.bar(...)" ..../>
> ---on the mouse down event they would be called in the order declared; this would be good for cutting-and-pasting functionality modularised as MCOs and Macros.
> This is one of the best things about the Dojo connect() mechanism, and also seems to be in place for Yahoo UI dragging events.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.