mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 15:12:28 +00:00
First Checked In.
This commit is contained in:
parent
d4d0ce10be
commit
a02f07f8de
29
editor/dialogs/extrahtmldlog.xml
Normal file
29
editor/dialogs/extrahtmldlog.xml
Normal file
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
|
||||
<!DOCTYPE dialog>
|
||||
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40">
|
||||
|
||||
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing=20>
|
||||
<tr>
|
||||
<td>
|
||||
<xul:label>Enter any attributes you want to add to this tag: </xul:label>
|
||||
<select size="1" name="extraAttribs.previous">
|
||||
<optgroup label="prevExtraAttribs">
|
||||
<option label="attribs 1" value="attribs 1">attribs 1</option>
|
||||
<option label="attribs 2" value="attribs 2">attribs 2</option>
|
||||
<option label="attribs 3" value="attribs 3">attribs 3</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
<p/>
|
||||
<textarea rows="4" cols="50"></textarea>
|
||||
|
||||
<p/>
|
||||
<input type="button" id="helpbutton" value=" Help " disabled />
|
||||
<input type="button" id="cancelbutton" value=" Cancel " />
|
||||
<input type="button" id="okbutton" value=" OK " disabled />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</window>
|
Loading…
x
Reference in New Issue
Block a user