Lines Matching defs:label

2405 },testMenu:function(){var firebugMenu=new Menu({id:"fbFirebugMenu",items:[{label:"Open Firebug",typ…  property
4521 var items=[{label:"CopyError",command:bindFixed(this.copyError,this,error)}]; property
4522 if(error.category=="css"){items.push("-",{label:"BreakOnThisError",type:"checkbox",checked:breakOnT… property
4698 items.push({label:"Cut",commandID:"cmd_cut"}); property
4699 items.push({label:"Copy",commandID:"cmd_copy"}); property
4700 items.push({label:"Paste",commandID:"cmd_paste"}); property
5492 },getContextMenuItems:function(spy){var items=[{label:"CopyLocation",command:bindFixed(this.copyURL… property
5493 if(spy.postText){items.push({label:"CopyLocationParameters",command:bindFixed(this.copyParams,this,… property
5494 }items.push({label:"CopyResponse",command:bindFixed(this.copyResponse,this,spy)},"-",{label:"OpenIn… property
7324 if(this.infoTipType=="color"){items.push({label:"CopyColor",command:bindFixed(copyToClipboard,FBL,t… property
7325 }else{if(this.infoTipType=="image"){items.push({label:"CopyImageLocation",command:bindFixed(copyToC… property
7326 }}if(isElement(this.selection)){items.push({label:"EditStyle",command:bindFixed(this.editElementSty… property
7327 }else{if(!isSystemStyleSheet(this.selection)){items.push({label:"NewRule",command:bindFixed(this.in… property
7329 if(cssRule&&hasClass(cssRule,"cssEditableRule")){items.push("-",{label:"NewProp",command:bindFixed(… property
7333 items.push({label:$STRF("EditProp",[propName]),nol10n:true,command:bindFixed(this.editPropertyRow,t… property
7334 }}items.push("-",{label:"Refresh",command:bind(this.refresh,this)}); property
7478 }},getOptionsMenuItems:function(){var ret=[{label:"Show User Agent CSS",type:"checkbox",checked:Fir… property
7481 ret.push({label:":active",type:"checkbox",checked:state&STATE_ACTIVE,command:bindFixed(this.updateC… property
7482 ret.push({label:":hover",type:"checkbox",checked:state&STATE_HOVER,command:bindFixed(this.updateCon… property