Displaying 2 results from an estimated 2 matches for "idpath".
Did you mean:
ldpath
2006 Mar 04
1
RE: Question about event listener highlighting withchild elements
...activate method I Call Event.stopObserving. This
seems 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(...
2006 Mar 04
0
Question about event listener highlighting with child elements
...eactivate method I Call Event.stopObserving. This seems 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),...