Phase 3. Patching XUL files to move the menu bar into the toolbox.

git-svn-id: svn://10.0.0.236/trunk@41711 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
1999-07-31 11:30:46 +00:00
parent d41173d533
commit 659d8f1c44
3 changed files with 28 additions and 23 deletions

View File

@@ -196,7 +196,13 @@
<broadcaster id="dialog.start" ready="false"/>
<observes element="dialog.start" attribute="ready" onchange="EditorStartup('text')"/>
<menubar>
<broadcaster id="Editor:Style:IsBold" bold="false"/>
<broadcaster id="Editor:Style:IsItalic"/>
<broadcaster id="Editor:Style:IsUnderline"/>
<toolbox>
<menubar>
<menu value="&fileMenu.label;">
<menupopup>
<menuitem value="&newCmd.label;" onaction="EditorNew()"/>
@@ -333,13 +339,9 @@
<menuitem value="&aboutCmd.label;" onaction=""/>
</menupopup>
</menu>
<spring flex="100%"/>
</menubar>
<broadcaster id="Editor:Style:IsBold" bold="false"/>
<broadcaster id="Editor:Style:IsItalic"/>
<broadcaster id="Editor:Style:IsUnderline"/>
<toolbox>
<toolbar>
<titledbutton id="ParagraphPopup" value="&paragraphToolbarMenu.label;" class="popup" align="left" popup="ParagraphMenu" popupanchor="bottomleft"/>
<titledbutton id="FontFacePopup" value="&fontToolbarMenu.label;" class="popup" align="left" popup="FontFaceMenu" popupanchor="bottomleft"/>