search for: domtext

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

Did you mean: domtest
2007 Jul 16
4
Problem with keypress event handling
Hi all, we are writing a cross browser Javascript control that enhances the HTML text input element in order to accept only digits (more or less). Supposing that ''domText'' is the DOM element corresponding to the HTML text input, we wrote the following: Event.observe(domText, "keypress", this.onKeyPress.bindAsEventListener(this)); where this.onKeyPress = function(evt) { var evtc = evt.keyCode; // char code for IE and Opera if (evtc == 0 || ev...
2010 Nov 26
0
Wine release 1.3.8
...node. oleaut32/tests: Test VT_BSTR => VT_UI8 at upper limit. msxml3: Use the associated schema for domelem_get_dataType(). msxml3: Add BSTR versions of the XDR_DT <-> string functions. msxml3: Validate node content in domelem_put_dataType(). msxml3: Implement domtext dt-related functions. msxml3: Fix domdoc_getElementsByTagName()/domelem_getElementsByTagName(). configure: Add a check for xmlSchemaSetParserStructuredErrors(). msxml3: Add schema parse/validate error callbacks. msxml3/tests: Move domdoc.c schema-related tests to schema.c....
2010 Dec 24
0
Wine release 1.3.10
...n iface instead of a vtbl pointer in domattr. msxml3: Use ifaces instead of vtbl pointers in xmlnodemap. msxml3: Use an iface instead of a vtbl pointer in domcdata. msxml3: Use an iface instead of a vtbl pointer in entityref. msxml3: Use an iface instead of a vtbl pointer in domtext. msxml3: Use an iface instead of a vtbl pointer in domelem. msxml3: Use an iface instead of a vtbl pointer in xmlnodelist. msxml3: Use an iface instead of a vtbl pointer in dom_pi. msxml3: Use an iface instead of a vtbl pointer in domcomment. msxml3: Use an iface inste...
2009 Oct 09
0
Wine release 1.1.31
...entation. mshtml: Added ScriptHost IServiceProvider stub implementation. mshtml: Added IInternetHostSecurityManager stub implementation. jscript: Added ActiveXObject constructor implementation. jscript: Added ActiveXObject tests. msxml3: Store pointer to node object in domtext. msxml3: Store xmlnode pointer in domattr. msxml3: Store xmlnode pointer in domcdata. msxml3: Store xmlnode pointer in domcomment. msxml3: Store xmlnode pointer in domfrag. msxml3: Store xmlnode pointer in entityref. msxml3: Store xmlnode pointer in dom_pi....