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;"/>
<html:textarea id="input" rows="5" oninput="updateMath();"
placeholder="\sqrt{x_1} + \frac{π^3}{2}"/>
<vbox flex="1" style="overflow: auto; width: 30em; height: 5em;">
<description id="output"/>
</vbox>
<tabbox id="tabboxInsertLaTeXCommand">
<tabs/>
<tabpanels oncommand="insertLaTeXCommand(event.target);"/>
</tabbox>
<spacer class="spacer"/>
<groupbox>
<hbox class="groupbox-title">
<label class="header">&options.label;</label>
</hbox>
<hbox>
<radiogroup id="optionMode" oncommand="updateMode();">
<radio label="&optionInline.label;"
accesskey="&optionInline.accesskey;"/>
<radio label="&optionDisplay.label;"
accesskey="&optionDisplay.accesskey;"/>
</radiogroup>
<radiogroup id="optionDirection" oncommand="updateDirection();">
<radio label="&optionLTR.label;"
accesskey="&optionLTR.accesskey;"/>
<radio label="&optionRTL.label;"
accesskey="&optionRTL.accesskey;"/>
</radiogroup>
</hbox>
</groupbox>
<spacer class="spacer"/>
<separator class="groove"/>
</dialog>