gecko-dev/editor/ui/composer/content/editor.xul

218 строки
8.0 KiB
Plaintext
Исходник Обычный вид История

1999-04-21 00:48:46 +04:00
<?xml version="1.0"?>
1999-08-27 17:07:40 +04:00
<!--
- The contents of this file are subject to the Netscape Public
- License Version 1.1 (the "License"); you may not use this file
- except in compliance with the License. You may obtain a copy of
- the License at http://www.mozilla.org/NPL/
-
- Software distributed under the License is distributed on an "AS
- IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- implied. See the License for the specific language governing
- rights and limitations under the License.
-
- The Original Code is Mozilla Communicator client code, released
- March 31, 1998.
-
- The Initial Developer of the Original Code is Netscape
- Communications Corporation. Portions created by Netscape are
- Copyright (C) 1999 Netscape Communications Corporation. All
- Rights Reserved.
-
- Contributor(s):
- Ben Goodger
- Michael Lowe
- Sammy Ford
1999-08-27 17:07:40 +04:00
-->
2000-04-20 01:42:30 +04:00
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
<?xul-overlay href="chrome://editor/content/editorOverlay.xul"?>
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
<?xul-overlay href="chrome://global/content/tasksOverlay.xul"?>
2000-04-20 01:42:30 +04:00
<?xul-overlay href="chrome://communicator/content/sidebar/sidebarOverlay.xul"?>
1999-04-21 00:48:46 +04:00
<!DOCTYPE window SYSTEM "chrome://editor/locale/editor.dtd">
1999-04-21 00:48:46 +04:00
<window id="main-window" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="EditorOnLoad()"
onunload="EditorShutdown()"
onclose="return EditorCanClose()"
contenttitlesettting="true"
titlemodifier="&editorWindow.titlemodifier;"
titlemenuseparator="&editorWindow.titlemodifiermenuseparator;"
windowtype="composer:html"
orient="vertical"
width="640" height="480"
screenX="10" screenY="10"
persist="screenX screenY width height"
>
1999-04-21 00:48:46 +04:00
<script language="JavaScript" src="chrome://editor/content/EditorCommands.js"/>
<script language="JavaScript" src="chrome://editor/content/EditorCommandsDebug.js"/>
<script language="javascript" src="chrome://global/content/strres.js"/>
1999-08-03 18:50:24 +04:00
<commands id="commands">
<commandset id="globalEditMenuItems"/>
<commandset id="selectEditMenuItems"/>
<commandset id="undoEditMenuItems"/>
</commands>
<!-- Use this when we abandon the default startup page -->
<!-- broadcaster id="args" value="about:blank"/ -->
<broadcaster id="args" value="chrome://editor/content/EditorInitPage.html"/>
1999-04-21 00:48:46 +04:00
<broadcaster id="canPrint"/>
<!-- Interim hack to transition from nsIXULWindowCallbacks/ShowWindowWithArgs -->
<broadcaster id="dialog.start" ready="false"/>
<observes element="dialog.start" attribute="ready" onbroadcast="EditorStartup('html')"/>
<!-- broadcaster nodes are appended here from the overlays -->
<broadcasterset id="broadcasterset">
<broadcaster id="Editor:Throbber" busy="false"/>
</broadcasterset>
<popupset>
<popup id="BackColorPopup"/>
<popup id="TextColorPopup"/>
</popupset>
<!-- keys are appended from the overlay -->
<keyset id="defaultKeySet"/>
2000-04-26 06:27:56 +04:00
<menubar id="main-menubar" class="chromeclass-menubar">
<menu id="fileMenu"/>
<menu id="editMenu"/>
1999-04-21 00:48:46 +04:00
1999-08-06 02:19:58 +04:00
<menu value="&viewMenu.label;" accesskey="&viewmenu.accesskey;">
<!-- id pulls in "Show Sidebar" item from sidebarOverlay -->
<menupopup id="menu_View_Popup">
<menu id="viewToolbar"/>
<menuseparator/>
<menuitem id="ShowExtraMarkup" value="&showExtraMarkup.label;" accesskey="&extraMarkup.accesskey;" oncommand="EditorSetDisplayMode(1)" hidden="true"/>
<menuitem id="HideExtraMarkup" value="&hideExtraMarkup.label;" accesskey="&extraMarkup.accesskey;" oncommand="EditorSetDisplayMode(0)"/>
<menuitem id="viewSourceMenuitem"/>
<menuitem id="viewParagraphMarks"/>
<menuseparator />
<menu id="charsetMenu"/>
<menu id="charsetMenu1"/>
<menu id="charsetMenu2"/>
<menu id="charsetMenu3"/>
<menu id="charsetMenu4"/>
<menu id="charsetMenu5"/>
</menupopup>
1999-04-21 00:48:46 +04:00
</menu>
<menu id="insertMenu"/>
<menu id="formatMenu" value="&formatMenu.label;" accesskey="&formatmenu.accesskey;">
<menupopup id="formatMenuPopup">
<menuitem id="objectProperties"/>
<menuitem id="colorsAndBackground"/>
<menuitem id="pageProperties"/>
1999-08-04 06:06:03 +04:00
</menupopup>
</menu>
<menu id="tableMenu"/>
<!-- tasks menu filled from tasksOverlay -->
<menu id="tasksMenu" accesskey="t"/>
<!-- DEBUG only -->
<menu id="debugMenu" />
<!-- end DEBUG only -->
<!-- help menu filled from globalOverlay -->
<menu id="menu_Help"/>
<spring flex="100%"/>
</menubar>
<toolbox id="EditorToolbox">
<!-- toolbar filled out from editorOverlay -->
<!-- add class="standard" for dark blue background (icons need rework first) -->
2000-04-26 06:27:56 +04:00
<toolbar id="EditToolbar" class="standard chromeclass-toolbar" persist="collapsed">
2000-03-23 07:15:10 +03:00
<button id="newButton"/>
<button id="openButton"/>
<button id="saveButton"/>
<button id="previewButton"/>
<button id="printButton" />
<button id="findButton"/>
<button id="spellingButton"/>
<spring class="separator_small"/>
2000-03-23 07:15:10 +03:00
<button id="imageButton"/>
<button id="hlineButton"/>
<button id="tableButton"/>
<button id="linkButton"/>
<button id="namedAnchorButton"/>
<spring flex="100%"/>
<box id="toolbar_throbber_box" orient="vertical">
<titledbutton id="Throbber" oncommand='goClickThrobber("editor.throbber.url")'>
<observes element="Editor:Throbber" attribute="busy"/>
</titledbutton>
</box>
</toolbar>
2000-04-26 06:27:56 +04:00
<toolbar id="FormatToolbar" class="chromeclass-toolbar" persist="collapsed">
<html:div>
<!-- items are filled out from editorOverlay -->
<html:select id="ParagraphSelect"/>
<html:select id="FontFaceSelect"/>
</html:div>
<html:div id="ColorButtons"/>
<titledbutton id="DecreaseFontSizeButton"/>
<titledbutton id="IncreaseFontSizeButton"/>
<titledbutton id="boldButton"/>
<titledbutton id="italicButton"/>
<titledbutton id="underlineButton"/>
<spring class="separator_small"/>
<titledbutton id="ulButton"/>
<titledbutton id="olButton"/>
<titledbutton id="outdentButton"/>
<titledbutton id="indentButton"/>
<spring class="separator_small"/>
<menu>
<titledbutton id="AlignPopupButton"/>
<menupopup id="AlignmentPopup"/>
</menu>
<spring flex="100%"/>
</toolbar>
</toolbox>
<!-- sidebar/toolbar/content/status -->
<box id="sidebar-parent" align="horizontal" flex="100%">
<!-- toolbar/content/status -->
2000-04-26 06:27:56 +04:00
<box id="sidebar-box" class="chromeclass-extrachrome"/>
<splitter id="sidebar-splitter" class="chromeclass-extrachrome"/>
<box id="appcontent" orient="vertical" flex="100%">
<editor type="content-primary" id="content-frame" src="about:blank" flex="100%"/>
<box align="horizontal" id="EditModeToolbar">
<spring class="spacer5"/>
<box orient="vertical">
<spring style="height: 1px;"/>
<html:div>&displayMode.label;</html:div>
</box>
<spring class="spacer3"/>
<titledbutton id="WYSIWYGModeButton" class="DisplayModeButton" selected="0" value="&hideExtraMarkup.label;" oncommand="EditorSetDisplayMode(0)"/>
<titledbutton id="NormalModeButton" class="DisplayModeButton" selected="1" value="&showExtraMarkup.label;" oncommand="EditorSetDisplayMode(1)"/>
<titledbutton id="TagModeButton" class="DisplayModeButton" selected="0" value="&showAllTags.label;" oncommand="EditorSetDisplayMode(2)"/>
<!--
Use this when implemented...
<button id="HTMLModeButton" class="DisplayModeButton" selected="0" value="HTML Source" oncommand="EditorSetDisplayMode(1)"/>
<spring flex="100%"/>
<titledbutton id="PreviewModeButton" class="DisplayModeButton" selected="0" value="Full Preview" oncommand="EditorSetDisplayMode(0)"/>
-->
</box>
<!-- status bar, from editorOverlay.xul -->
<!-- box id="status-bar" / -->
</box> <!-- appcontent -->
</box><!-- sidebar-parent -->
<toolbar id="taskbar" chromeclass="extrachrome" />
</window>