Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<dialog title="&windowTitle.label;"
onload = "Startup()"
buttonlabelaccept="&insertButton.label;"
buttonaccesskeyaccept="&insertButton.accesskey;">
<!-- Methods common to all editor dialogs -->
<spacer id="location" offsetY="50" persist="offsetX offsetY"/>
<label id="srcMessage" value="&sourceEditField.label;"/>
<vbox flex="1" style="width: 30em; height: 20em;">
<html:textarea id="srcInput" rows="18" flex="1"/>
</vbox>
<!-- Will this accept the embedded HTML tags? -->
<hbox>
<spacer class="bigspacer"/>
<label value="&example.label;"/>
<label class="bold" value="&exampleOpenTag.label;"/>
<label class="bold italic" value="&exampleText.label;"/>
<label class="bold" value="&exampleCloseTag.label;"/>
</hbox>
<spacer class="spacer"/>
<separator class="groove"/>
</dialog>