1999-02-25 16:46:58 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
|
1999-03-02 15:26:37 +00:00
|
|
|
<!DOCTYPE window SYSTEM "tablecelldlog.dtd">
|
1999-02-25 16:46:58 +00:00
|
|
|
<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">
|
|
|
|
<tr>
|
1999-03-02 15:26:37 +00:00
|
|
|
<td width="500">
|
1999-02-25 16:46:58 +00:00
|
|
|
<fieldset><legend> Selection </legend>
|
|
|
|
<select size="1" name="tablecell.selection">
|
|
|
|
<optgroup label="selection">
|
|
|
|
<option label="Cell" value="Cell">Cell</option>
|
|
|
|
<option label="Column" value="Column">Column</option>
|
|
|
|
<option label="Row" value="Row">Row</option>
|
|
|
|
<option label="Mixed" value="Mixed">Mixed (?)</option>
|
|
|
|
</optgroup>
|
|
|
|
</select>
|
1999-03-02 15:26:37 +00:00
|
|
|
<input type="button" class="genericbutton" value=" Previous " />
|
|
|
|
<input type="button" class="genericbutton" value=" Next " />
|
1999-02-25 16:46:58 +00:00
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
<fieldset><legend> Cell Size </legend>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>
|
1999-03-02 15:26:37 +00:00
|
|
|
<p>
|
|
|
|
<xul:checkbox value="Width:" />
|
|
|
|
Width:
|
|
|
|
</p>
|
1999-02-25 16:46:58 +00:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input type="text" size="4" length="4" maxlength="4" name="cell.width" />
|
|
|
|
<select size="1" name="cell.widthType">
|
|
|
|
<optgroup label="pixels">
|
|
|
|
<option label="pixels" value="pixels">pixels</option>
|
|
|
|
<option label="% of window" value="% of window">% of window</option>
|
|
|
|
</optgroup>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
<td width="20px"/>
|
|
|
|
<td>
|
1999-03-02 15:26:37 +00:00
|
|
|
<p>Spans:</p>
|
1999-02-25 16:46:58 +00:00
|
|
|
</td>
|
|
|
|
<td>
|
1999-03-02 15:26:37 +00:00
|
|
|
<p>
|
|
|
|
<input type="text" size="4" length="4" maxlength="4" name="table.spannumrows" />
|
|
|
|
rows
|
|
|
|
</p>
|
1999-02-25 16:46:58 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<td>
|
1999-03-02 15:26:37 +00:00
|
|
|
<p>
|
|
|
|
<xul:checkbox value="Height:" />
|
|
|
|
Height:
|
|
|
|
</p>
|
1999-02-25 16:46:58 +00:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input type="text" size="4" length="4" maxlength="4" name="cell.height" />
|
|
|
|
<select size="1" name="cell.heightType">
|
|
|
|
<optgroup label="pixels">
|
|
|
|
<option label="pixels" value="pixels">pixels</option>
|
|
|
|
<option label="% of window" value="% of window">% of window</option>
|
|
|
|
</optgroup>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
<td width="20px"/>
|
|
|
|
<td/>
|
|
|
|
<td>
|
1999-03-02 15:26:37 +00:00
|
|
|
<p>
|
|
|
|
<input type="text" size="4" length="4" maxlength="4" name="table.spannumcols" />
|
|
|
|
columns
|
|
|
|
</p>
|
1999-02-25 16:46:58 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</fieldset>
|
|
|
|
|
1999-03-02 15:26:37 +00:00
|
|
|
<table cellspacing="0" cellpadding="0" width="100%">
|
1999-02-25 16:46:58 +00:00
|
|
|
<tr>
|
1999-03-02 15:26:37 +00:00
|
|
|
<td width="60%" valign="top">
|
1999-02-25 16:46:58 +00:00
|
|
|
|
|
|
|
<fieldset><legend> Content Alignment </legend>
|
1999-03-02 15:26:37 +00:00
|
|
|
<table cellspacing="0" cellpadding="2">
|
1999-02-25 16:46:58 +00:00
|
|
|
<tr>
|
1999-03-02 15:26:37 +00:00
|
|
|
<td valign="middle" align="right">
|
|
|
|
<p>Horizontal</p>
|
1999-02-25 16:46:58 +00:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<select size="1" name="cell.horizontalalignment">
|
|
|
|
<optgroup label="alignment">
|
|
|
|
<option label="Left" value="Left">Left</option>
|
|
|
|
<option label="Center" value="Center">Center</option>
|
|
|
|
<option label="Right" value="Right">Right</option>
|
|
|
|
</optgroup>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
1999-03-02 15:26:37 +00:00
|
|
|
<td valign="middle" align="right">
|
|
|
|
<p>Vertical</p>
|
1999-02-25 16:46:58 +00:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<select size="1" name="cell.verticalalignment">
|
|
|
|
<optgroup label="valignment">
|
|
|
|
<option label="Top" value="Top">Top</option>
|
|
|
|
<option label="Center" value="Center">Center</option>
|
|
|
|
<option label="Baselines" value="Baselines">Baselines</option>
|
|
|
|
<option label="Bottom" value="Bottom">Bottom</option>
|
|
|
|
</optgroup>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
1999-03-02 15:26:37 +00:00
|
|
|
<td width="40%" align="right">
|
1999-02-25 16:46:58 +00:00
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<fieldset><legend> Text Style </legend>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>
|
1999-03-02 15:26:37 +00:00
|
|
|
<p>
|
|
|
|
<xul:checkbox value="Header" />
|
|
|
|
Header
|
|
|
|
</p>
|
1999-02-25 16:46:58 +00:00
|
|
|
</td>
|
1999-03-02 15:26:37 +00:00
|
|
|
<td width="20" />
|
1999-02-25 16:46:58 +00:00
|
|
|
<td>
|
1999-03-02 15:26:37 +00:00
|
|
|
<p>
|
|
|
|
<xul:checkbox value="Nonbreaking" />
|
|
|
|
Nonbreaking
|
|
|
|
</p>
|
1999-02-25 16:46:58 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</fieldset>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
1999-03-02 15:26:37 +00:00
|
|
|
<td align="right">
|
1999-02-25 16:46:58 +00:00
|
|
|
<p/>
|
1999-03-02 15:26:37 +00:00
|
|
|
<input type="button" class="genericbutton" value=" Extra HTML... " disabled />
|
1999-02-25 16:46:58 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<fieldset><legend> Cell Background </legend>
|
1999-03-02 15:26:37 +00:00
|
|
|
<table cellspacing="0" cellpadding="2" width="100%">
|
1999-02-25 16:46:58 +00:00
|
|
|
<tr>
|
1999-03-02 15:26:37 +00:00
|
|
|
<td valign="middle">
|
|
|
|
<p>
|
|
|
|
<xul:checkbox value="Color:" />
|
|
|
|
Color:
|
|
|
|
</p>
|
1999-02-25 16:46:58 +00:00
|
|
|
</td>
|
1999-03-02 15:26:37 +00:00
|
|
|
<td valign="middle">
|
|
|
|
<p>[Color Picker Here]</p>
|
1999-02-25 16:46:58 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
1999-03-02 15:26:37 +00:00
|
|
|
<tr valign="middle">
|
1999-02-25 16:46:58 +00:00
|
|
|
<td>
|
|
|
|
<xul:checkbox value="Image:" />
|
1999-03-02 15:26:37 +00:00
|
|
|
<p>Image:</p>
|
1999-02-25 16:46:58 +00:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input type="file" value=" Choose Image... " size="50" length="50" maxlength="255" name="table.imageurl" />
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<td/>
|
1999-03-02 15:26:37 +00:00
|
|
|
<td valign="middle">
|
|
|
|
<p>
|
|
|
|
<xul:checkbox value="Leave image at the original location" />
|
|
|
|
Leave image at the original location
|
|
|
|
</p>
|
1999-02-25 16:46:58 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
<input type="button" id="helpbutton" value=" Help " disabled />
|
|
|
|
<input type="submit" id="cancelbutton" value=" Cancel " />
|
|
|
|
<input type="button" id="applybutton" value=" Apply " disabled />
|
|
|
|
<input type="submit" id="okbutton" value=" OK " />
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</window>
|