Searched refs:onClick (Results 1 – 3 of 3) sorted by relevance
| /template/battlehorse/js/ |
| D | controls.js | 180 onClick: function(event) { method in Autocompleter.Base 296 Event.observe(element, "click", this.onClick.bindAsEventListener(this));
|
| /template/a_new_day/js/ |
| D | controls.js | 180 onClick: function(event) { method in Autocompleter.Base 296 Event.observe(element, "click", this.onClick.bindAsEventListener(this));
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 1894 }}if(this.onClick){this.onClick.apply(this.owner,arguments) 1900 if(this.type=="normal"){if(this.onClick){this.onClick.apply(this.owner) 2446 var iconButton=new IconButton({type:"toggle",element:$("fbFirebugButton"),onClick:testMenuClick}); property 5789 this.clearButton=new Button({element:$("fbConsole_btClear"),owner:Firebug.Console,onClick:Firebug.C… property 6259 this.runButton=new Button({element:$("fbCommand_btRun"),owner:Firebug.CommandLine,onClick:onRun}); property 6261 this.clearButton=new Button({element:$("fbCommand_btClear"),owner:Firebug.CommandLine,onClick:this.… property 7787 },onClick:function(event){if(!isLeftClick(event)){return method 8011 },onClick:function(event){var target=event.srcElement||event.target; method 8017 this.onClick=bind(this.onClick,this); 8021 addEvent(this.panelNode,"click",this.onClick); [all …]
|