Displaying 1 result from an estimated 1 matches for "currentitemid".
Did you mean:
currentitem
2006 Mar 16
3
This is driving me crazy!!!
...n an event observer it doesn''t work.
What do you guys think?
Thanks,
Jon
Code Here:
var Updater = Class.create();
Updater.prototype = {
initialize: function() {
var options = Object.extend({
currentItemId: 0,
debug: false
}, arguments[0] || {});
this.options = options;
this.setup();
},
setup: function() {
validInputs =
[''name'',''image...