search for: htmlselectelement

Displaying 8 results from an estimated 8 matches for "htmlselectelement".

Did you mean: ihtmlselectelement
2006 Jan 11
2
extending the Element.prototype to provide a setAttributes function
Hi folks, I''m pretty new to javascript and prototype, so I just want to get some peer-review on a function I wrote that makes a handy (at least, it seems handy) way to set a group of attributes on an element easily. Object.extend(Element.prototype, { setAttributes: function(attrs) { var el = this; $H(attrs).each( function(attr) { el.setAttribute(attr[0], attr[1]);
2006 May 10
0
how to implement chained select box without ajax?
Former post focused on the chained select box with ajax select,but how to do that without ajax using rails? This following url can performance well: www.bigbold.com/snippets/posts/show/1916 but it can only work under firefox,while not worked in ie because it use the HTMLSelectElement.prototype,while ie does not support i am still working to modify the source of the above url,but not successful till now,anyone can help me with this? very grateful! Charlie -- Posted via http://www.ruby-forum.com/.
2006 Oct 18
1
optgroup and Javascript Issues
Is there a way to walk a select box that has multiple enabled and a few optgroup mixed in with other groups? The following seems to work without the optgroup tags in a multiselect list box. I have tired going threw the children of the optgroup but i was unable to pull a valid .value or .selected. Any Ideas? Thanks. var objGroups =
2008 Jun 27
0
Wine release 1.1.0
...cular dependence. Hwang YunSong(???) (2): winhlp32: Updated Korean resource. shell32: Updated Korean resource. Jacek Caban (60): mshtml: Added IHTMLElement::get_id implementation. mshtml: Added IHTMLElement::put_id implementation. mshtml: Added IDispatchEx support to HTMLSelectElement. mshtml: Added fdexNameEnsure support to IDidpatchEx implementation. mshtml: Use heap_alloc_zero in HTMLElementCollection_Create. mshtml: Added missing tids to HTMLCommentElement. mshtml: Added more IDispatchEx tests. mshtml: Change backslashes to shashes in URLs passe...
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
2017 Apr 28
0
Wine release 2.7
...key first. gdi32: Try to read the dpi from the user key 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 HTM...
2007 Sep 28
0
Wine release 0.9.46
...truct 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. mshtml: Get rid of node_type variable in HTMLNode object. mshtml: Forward...
2010 Dec 10
0
Wine release 1.3.9
...pointer in HTMLScriptElement. mshtml: Use an iface 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....