What I am trying to do is make a JS Component that somehow has some sort of
an event broadcaster so I can trigger JS functions in the script that
instantiated the Component.

>From what I can see, the only way I could possibly do this is through a DOM
Event of some sort, but maybe I am wrong. It seems very hackish to do it
this way. From what I know, it is currently impossible to pass in a JS
Object (Function) or something.

Any input you might have would be greatly appreciated.

Eric



Reply via email to