Displaying 5 results from an estimated 5 matches for "setyear".
Did you mean:
setgear
2006 Feb 07
1
Help needed with conflicting EventObserver
...t an EventObserver is causing a
conflict.
Here''s what I''m trying to do. I''m using this page as a create and
edit page for a car database. If I''m calling the page in edit mode,
I''ll want the make, model and year set (using the setMake(),
setModel() and setYear() functions).
I have an EventObserver on the make and model fields so that when they
change, they are updated.
The problem seems to be between the Updater call in setMake() and the
EventObserver for the make field.
Any suggestions on how I could rewrite this would be greatly appreciated!
Here...
2006 Feb 09
5
Ajax.Updater not populating element - please help
..., getModels, false);
Event.observe(''model'', ''change'', getYears, false);
setMake(the_make);
getModels();
/*
if (the_model != null) {
getModels();
setModel(the_model);
}
if (the_year != null) {
getYears();
setYear(the_year);
}
*/
}
function getModels() {
var url = ''/util/model_select_response'';
var pars = ''make=''+escape($F(''make''))+'',onComplete:setModel'';
var target = ''model'';
var modelAjax = ne...
2010 Dec 24
0
Wine release 1.3.10
...mshtml: Added IHTMLScriptElement::get_scr implementation.
mshtml: Added IHTMLStyleElement::media property implementation.
mshtml: Added IHTMLStyleElement::type property implementation.
appwiz.cpl: Correctly handle NULL params in CPL_STARTWPARAMSW handler.
jscript: Added Date.setYear implementation.
urlmon: Added IUriContainer stub implementation of URLMoniker object.
mshtml: Fixed IOleUndoManager::QueryInterface implementation.
jscript: Exception tests clean up.
aclocal.m4: Recognize mingw-w64 as 32-bit cross compiler.
urlmon: Added more IInternet...
2010 Nov 12
0
Wine release 1.3.7
...IID_IOleWindow handing to IOleInPlaceFrame::QueryInterface implementation.
urlmon: Compute expected Uri_HAS_* flags from property arrays.
mshtml: Properly handle QueryService(SID_SOleUndoManager) call.
d3dhal.h: Removed no longer defined D3DDP2OP_* enums.
jscript: Added Date.setYear stub implementation.
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeTypeString implementations.
mshtml: Don't free string that will be cleared by SafeArrayDestroy.
mshtml: Added IOmNavigator::get_plugins implementation.
mshtml: Added IDispatchEx support...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...UTCMilliseconds", false],
+ ["_global.Date.prototype", "setUTCMinutes", false],
+ ["_global.Date.prototype", "setUTCMonth", false],
+ ["_global.Date.prototype", "setUTCSeconds", false],
+ ["_global.Date.prototype", "setYear", false],
+ ["_global.Date.prototype", "toString", false],
+ ["_global.Error", "prototype", false],
+ ["_global.Error.prototype", "toString", false],
+ ["_global.Error.prototype.toString", "prototype", false],...