search for: fireev

Displaying 4 results from an estimated 4 matches for "fireev".

Did you mean: firetv
2006 Feb 28
3
EventPublisher (contribution)
...t once you have the file, replacing the ".txt"). USAGE: Let''s say you have an object called BouncingBall, and you''d like to fire notification events every time the ball bounces. To enable this, just extend BouncingBall to inherit from EventPublisher, and then use the fireEvent method... Object.extend(Object.extend(BouncingBall.prototype, EventPublisher.prototype), { initialize: function(color) { this.color = color; ...other setup stuff and some code the makes the ball start bouncing... }, _bounce: function(howHigh) { //....
2006 Jun 12
10
Cross Broswer Fire Event
Is there a standard way of programmatically firing an event on an element? I think this code works in IE but not FF: myElement.fireEvent(''onclick''); I really only care about IE and FF, but anything else is a bonus. I didn''t see anything in prototype/scriptaculous for this, but I might have missed it. Thanks. Joe Athman ==============================================================================...
2012 Sep 14
0
Wine release 1.5.13
...on rule. vbscript: Skip tests on too old vbscript. oaidl.idl: Added REFVARIANT declaration. mshtml: Added HTMLElement::ondataavailable implementation. mshtml: Added IHTMLDocument4::createEventObject implementation. mshtml: Added support for event object in HTMLElement::fireEvent. mshtml: Added more events tests. mshtml: Added IHTMLDocument4::fireEvent implementation. mshtml: Try using IWinInetHttpInfo if OnResponse was not called. jscript: Don't leave current scope in return statement before evaluating the expression. jscript: Added sup...
2009 Oct 23
0
Wine release 1.1.32
...cation::put_href implementation. shdocvw: Improved debug messages. mshtml: Added IHTMLWindow2::name property implementation. mshtml: Added IHTMLWindow2::get_length implementation. mshtml: Create nsIDOMEvent in create_event if not available. mshtml: Added IHTMLElement3::fireEvent implementation. mshtml: Added IHTMLElement::click implementation. mshtml: Added more events tests. mshtml: Added IHTMLBaseFrame interface stub implementation. mshtml: Added IHTMLFrameBase IDispatchEx support. mshtml: Use DISPATCH_* macros instead of INVOKE_*....