search for: findsecurityidpath

Displaying 2 results from an estimated 2 matches for "findsecurityidpath".

2006 Mar 04
1
RE: Question about event listener highlighting withchild elements
...*************************************/ 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, ''mouseover'', this.highlight.bindAsEventListener(this), false); Event.observe(value, ''mouseout...
2006 Mar 04
0
Question about event listener highlighting with child elements
...*******************************************/ 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, ''mouseover'', this.highlight.bindAsEventListener(this), false); Event.observe(value, ''mouseout...