Update browserx.xul
This commit is contained in:
parent
d8ed1fa913
commit
5bb072a645
@ -2,18 +2,24 @@
|
|||||||
<?xml-stylesheet href="chrome://linktargetfinder/skin/skin.css" type="text/css"?>
|
<?xml-stylesheet href="chrome://linktargetfinder/skin/skin.css" type="text/css"?>
|
||||||
<!DOCTYPE firerecord SYSTEM "chrome://firerecord/locale/translations.dtd">
|
<!DOCTYPE firerecord SYSTEM "chrome://firerecord/locale/translations.dtd">
|
||||||
<overlay id="sample" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
<overlay id="sample" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||||
|
<script type='text/javascript' >
|
||||||
|
var path = "C:\\defaultRecord.txt";
|
||||||
|
var contents ="";
|
||||||
|
</script>
|
||||||
<script src="firerecord.js" />
|
<script src="firerecord.js" />
|
||||||
|
<script src="io.js" />
|
||||||
|
|
||||||
<menupopup id="menu_ToolsPopup">
|
<menupopup id="menu_ToolsPopup">
|
||||||
<menuitem label="&runlinktargetfinder;" key="link-target-finder-run-key" oncommand="firerecord.running()"/>
|
<menuitem label="&runlinktargetfinder;" key="link-target-finder-run-key" oncommand="firerecord.running()"/>
|
||||||
</menupopup>
|
</menupopup>
|
||||||
<toolbox>
|
<toolbox>
|
||||||
<menubar id="xulschoolhello-menubar">
|
<menubar id="xulschoolhello-menubar">
|
||||||
<menu id="xulschoolhello-greeting-menu" label="testing">
|
<menu id="xulschoolhello-greeting-menu" label="File Options">
|
||||||
<menupopup>
|
<menupopup>
|
||||||
<menuitem label="Choose Text File"
|
<menuitem label="Load Script"
|
||||||
oncommand ="firerecord.file()"/>
|
oncommand ="firerecord.file()"/>
|
||||||
|
<menuitem label="Create Script"
|
||||||
|
oncommand ="firerecord.initfire()"/>
|
||||||
</menupopup>
|
</menupopup>
|
||||||
|
|
||||||
|
|
||||||
@ -26,17 +32,17 @@
|
|||||||
</keyset>
|
</keyset>
|
||||||
|
|
||||||
<toolbar id="status-bar">
|
<toolbar id="status-bar">
|
||||||
<statusbarpanel id="link-target-finder-status-bar-icon" label="Record" class="statusbarpanel-iconic" src="chrome://firerecord/skin/toolbar-large.png" tooltiptext="&runlinktargetfinder;" onclick="firerecord.running()" />
|
<statusbarpanel id="link-target-finder-status-bar-icon" label="Record" class="statusbarpanel-iconic"
|
||||||
|
src="chrome://firerecord/skin/toolbar-large.png" tooltiptext="Click to start recording to currently loaded script"
|
||||||
|
onclick="firerecord.running()" />
|
||||||
|
|
||||||
</toolbar>
|
</toolbar>
|
||||||
<toolbar id="status-bar">
|
<toolbar id="status-bar">
|
||||||
<statusbarpanel id="Recording" type="menu" role="button" label="Record" class="statusbarpanel-iconic" src="chrome://firerecord/skin/toolbar-large.png" tooltiptext="Page to Page Recording" onclick="firerecord.running()" />
|
<statusbarpanel id="Play" type="menu" role="button" label="Play" class="statusbarpanel-iconic"
|
||||||
|
src="chrome://firerecord/skin/play.png" tooltiptext="Click to playback currently loaded script" onclick="firerecord.playback()" />
|
||||||
|
|
||||||
</toolbar>
|
</toolbar>
|
||||||
|
|
||||||
<toolbarpalette id="BrowserToolbarPalette">
|
|
||||||
<toolbarbutton id="link-target-finder-toolbar-button" label="firerecord:" class="statusbarpanel-iconic" src="chrome://firerecord/skin/toolbar-large.png" tooltiptext="&runlinktargetfinder;" oncommand="firerecord.running()"/>
|
|
||||||
</toolbarpalette>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user