Displaying 2 results from an estimated 2 matches for "obackgroundcolor".
Did you mean:
backgroundcolor
2006 Mar 04
1
RE: Question about event listener highlighting withchild elements
...s to have no effect because the highlight method continues to be
called.
Thanks for you help.
Casey
/*****************************************************************/
var secureComponent = Class.create();
secureComponent.prototype = {
idPath : 0,
console : '''',
oBackgroundColor : '''',
el : '''',
initialize: function(value) {
this.idPath = findSecurityIdPath(value);
//Event.observe(value, ''click'',
this.activate.bindAsEventListener(this), false);
this.el = value;
Event.observe(v...
2006 Mar 04
0
Question about event listener highlighting with child elements
...ems to have
no effect because the highlight method continues to be called.
Thanks for you help.
Casey
/*****************************************************************/
var secureComponent = Class.create();
secureComponent.prototype = {
idPath : 0,
console : '''',
oBackgroundColor : '''',
el : '''',
initialize: function(value) {
this.idPath = findSecurityIdPath(value);
//Event.observe(value, ''click'',
this.activate.bindAsEventListener(this),
false);
this.el = value;
Event.observe(value,...