Hi,

On Sep 8, 4:33 pm, kstubs <kst...@gmail.com> wrote:
> Shouldn't the following fire all the way up to the document element, so:
>  document.on('anychart:onEventMarkerClick', ...) is valid?  Assuming
> this.container is some HTML element within the document.
>
>     onEventMarkerClick: function(e) {
>     var obj = {'index': this.index, 'event': e};
>         Event.fire(this.container, 'anychart:onEventMarkerClick', obj,
> true);
>     },


WFM: http://jsbin.com/ovudod

Perhaps you can post some code that doesn't work?
--
T.J. Crowder
Independent Software Engineer
tj / crowder software / com
www / crowder software / com

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to