Added EditorInitPagePlain.html, for plain text testing.

This commit is contained in:
sfraser%netscape.com 1999-03-11 23:31:58 +00:00
Родитель caa2c0c263
Коммит 99d381c9a4
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -98,6 +98,7 @@ install:: $(DLL)
$(MAKE_INSTALL) ..\xul\MailToolbar.xml $(DIST)\bin\res\samples
$(MAKE_INSTALL) ..\xul\EditorAppShell.xul $(DIST)\bin\res\samples
$(MAKE_INSTALL) ..\xul\EditorInitPage.html $(DIST)\bin\res\samples
$(MAKE_INSTALL) ..\xul\EditorInitPagePlain.html $(DIST)\bin\res\samples
$(MAKE_INSTALL) ..\xul\resources\Mail_SendMsg.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\Mail_GetMsg.gif $(DIST)\bin\res\toolbar

Просмотреть файл

@ -282,14 +282,12 @@
<toolbar>
<titledbutton src="resource:/res/toolbar/ED_Undo.gif"
align="bottom" value="Undo"
onclick="EditorUndo()"
style="background-color:rgb(192,192,50)">
onclick="EditorUndo()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/ED_Redo.gif"
align="bottom" value="Redo"
onclick="EditorRedo()"
style="background-color:rgb(192,192,50)">
onclick="EditorRedo()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/ED_Cut.gif"
@ -353,7 +351,7 @@
</html:div>
<html:div html:id="main">
<html:iframe html:name="content" html:src="EditorInitPage.html" html:width="100%" html:height="450"></html:iframe>
<html:iframe html:name="content" html:src="EditorInitPagePlain.html" html:width="100%" html:height="450"></html:iframe>
</html:div>
<html:div html:id="footer">

Просмотреть файл

@ -27,6 +27,7 @@ include $(topsrcdir)/config/rules.mk
EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/EditorAppShell.xul \
$(srcdir)/EditorInitPage.html \
$(srcdir)/EditorInitPagePlain.html \
$(srcdir)/MailAppShell.html \
$(srcdir)/MailAppShellNoTB.html \
$(srcdir)/MailFrame.html \