Displaying 8 results from an estimated 8 matches for "htmlinputel".
Did you mean:
htmlinput
2007 Dec 06
11
Weird Prototype behavior
...t;
</script>
</head>
<body>
<input type=''text'' name=''login_username'' id=''login_username_index'' />
</body>
</html>
IE6 alerts "[object]".
IE7 alerts "[object]".
Opera 9 alerts "[object HTMLInputElement]".
FF2 alerts "null".
If I change the name of the input element from "login_username" to
anything else, all browsers alert "null". Why is the dollar function
reading the name attribute instead of the id? The way I''ve always
understood it, the dollar...
2010 Dec 10
0
Wine release 1.3.9
...instead of a vtbl pointer in UndoManager.
mshtml: Use an iface instead of a vtbl pointer in HTMLFrameElement.
mshtml: Use an iface instead of a vtbl pointer in HTMLTableRow.
mshtml: Use an iface instead of a vtbl pointer in HTMLSelectElement.
mshtml: Change the first vtbl in HTMLInputElement to an iface.
mshtml: Change the second vtbl in HTMLInputElement to an iface.
mshtml: Use an iface instead of a vtbl pointer in HTMLGenericElement.
mshtml: Use an iface instead of a vtbl pointer in HTMLTextAreaElement.
mshtml: Use an iface instead of a vtbl pointer in HT...
2006 Nov 28
11
Extending Element with getTop, getWidth, getLeft problem
Hi,
I need to extend the Element object with getTop, getWidth, getLeft .
I wrote something like this in an js file and loaded it after the
prototype.js .
----------------------------------------------------
Object.extend(Element, {
getWidth: function(element) {
element = $(element);
return element.offsetWidth;
},
getTop: function(element) {
element = $(element);
var curtop
2012 Jul 17
0
Wine release 1.5.9
...r binding.
mshtml: Don't store outer window in nsChannelBSC.
mshtml: Use proper task_magic in async_open.
mshtml: Get rid of no longer needed support for new window navigation in before_async_open.
mshtml: Added HTMLElement::onkeypress implementation.
mshtml: Added HTMLInputElement::onchange implementation.
mshtml: Added IHTMLInputElement::maxLength implementation.
mshtml: Added IHTMLAnchorElement::name implementation.
mshtml: Moved invoking DISPID_VALUE to separated function.
mshtml: Added support for calling functions returned by builtin getters...
2017 Apr 28
0
Wine release 2.7
...first.
winecfg: Try to read the dpi from the user key first.
user32/tests: Try to read the dpi from the user key first.
Jacek Caban (31):
mshtml.idl: Added HTMLLabelElement coclass declaration.
mshtml.idl: Added HTMLSelectElement coclass declaration.
mshtml.idl: Added HTMLInputElement coclass declaration.
mshtml.idl: Added HTMLTextAreaElement coclass declaration.
mshtml.idl: Added HTMLButtonElement coclass declaration.
mshtml.idl: Added HTMLHtmlElement coclass declaration.
mshtml.idl: Added HTMLHeadElement coclass declaration.
mshtml.idl: Added...
2007 Sep 28
0
Wine release 0.9.46
...: Updated Korean resource.
Jacek Caban (31):
mshtml: Store HTMLElement struct instead of pointer in HTMLAnchorElement.
mshtml: Store HTMLElement struct instead of pointer in HTMLBodyElement.
mshtml: Added get_body test.
mshtml: Store HTMLElement struct instead of pointer in HTMLInputElement.
mshtml: Store HTMLElement struct instead of pointer in HTMLSelectElement.
mshtml: Store HTMLElement struct instead of pointer in HTMLTextAreaElement.
mshtml: Make HTMLBodyElement child object of HTMLTextContainer.
mshtml: Don't use node_type from HTMLNode object....
2008 Jun 27
0
Wine release 1.1.0
...on.
mshtml: Added IHTMLElement2::put_accessKey implementation.
mshtml: Better stub for IHTMLElement::setAttribute with NULL nselem.
mshtml: Added IHTMLElement2::get_clientWidth implementation.
mshtml: Added IHTMLElement::get_clientHeight implementation.
mshtml: Added IHTMLInputElement::put_value implementation.
mshtml: Forward HTMLInputElement IDispatch calls to IDispatchEx implementation.
urlmon: Make mk protocol behave like IE7.
mshtml: Better timer handling.
mshtml.idl: Added DispHTMLGenericElement declaration.
mshtml.idl: Added IHTMLGeneric...
2008 May 02
0
Wine release 0.9.61
...DOMTextNode stub implementation.
mshtml: Added IDispatchEx support to text node.
mshtml: Added get_nodeType implementation.
mshtml.idl: Added DispHTMLElementCollection declaration.
mshtml: Added IDispatchEx support to HTMLElementCollection object.
mshtml.idl: Added DispHTMLInputElement declaration.
mshtml: Added put_backgroundImage implementation.
mshtml: Added IHTMLInputElement::get_disabled implementation.
mshtml.idl: Added IHTMLDOMChildrenCollection and DispDOMChildrenCollection declaration.
mshtml.idl: Added DispHTMLOptionElement declaration....