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:
@@ -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="¶graphToolbarMenu.label;" class="popup" align="left" popup="ParagraphMenu" popupanchor="bottomleft"/>
|
||||
<titledbutton id="FontFacePopup" value="&fontToolbarMenu.label;" class="popup" align="left" popup="FontFaceMenu" popupanchor="bottomleft"/>
|
||||
|
||||
Reference in New Issue
Block a user