Lines Matching refs:onClick

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});
5789 this.clearButton=new Button({element:$("fbConsole_btClear"),owner:Firebug.Console,onClick:Firebug.Console.clear})
6259 this.runButton=new Button({element:$("fbCommand_btRun"),owner:Firebug.CommandLine,onClick:onRun});
6261 this.clearButton=new Button({element:$("fbCommand_btClear"),owner:Firebug.CommandLine,onClick:this.clear});
7786 var DirTablePlate=domplate(Firebug.Rep,{tag:TABLE({"class":domTableClass,cellpadding:0,cellspacing:0,onclick:"$onClick",role:"tree"},TBODY({role:"presentation"},SizerRow,FOR("member","$object|memberIterator",RowTag))),watchTag:TABLE({"class":domTableClass,cellpadding:0,cellspacing:0,_toggles:"$toggles",_domPanel:"$domPanel",onclick:"$onClick",role:"tree"},TBODY({role:"presentation"},SizerRow,WatchRowTag)),tableTag:TABLE({"class":domTableClass,cellpadding:0,cellspacing:0,_toggles:"$toggles",_domPanel:"$domPanel",onclick:"$onClick",role:"tree"},TBODY({role:"presentation"},SizerRow)),rowTag:FOR("member","$members",RowTag),memberIterator:function(object,level){return getMembers(object,level)
7787 },onClick:function(event){if(!isLeftClick(event)){return
8011 },onClick:function(event){var target=event.srcElement||event.target;
8017 this.onClick=bind(this.onClick,this);
8021 addEvent(this.panelNode,"click",this.onClick);
8024 },shutdown:function(){removeEvent(this.panelNode,"click",this.onClick);
8138 }},onClick:function(event){var target=event.srcElement||event.target;
8144 this.onClick=bind(this.onClick,this)
8146 addEvent(this.panelNode,"click",this.onClick);
8149 }},shutdown:function(){removeEvent(this.panelNode,"click",this.onClick);
8223 this.clearButton=new Button({caption:"Clear",title:"Clear FBTrace logs",owner:Firebug.Trace,onClick:Firebug.Trace.clear})