Blame | Last modification | View Log | RSS feed
<div>
<table cellSpacing="1" cellPadding="1" width="100%" border="0">
<tr>
<td valign="top">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td><span>Rows</span>:</td>
<td> <input dojoAttachPoint="table_rows" type="text" maxLength="3" size="2" value="3"></td>
</tr>
<tr>
<td><span>Columns</span>:</td>
<td> <input dojoAttachPoint="table_cols" type="text" maxLength="2" size="2" value="2"></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td><span>Border size</span>:</td>
<td> <INPUT dojoAttachPoint="table_border" type="text" maxLength="2" size="2" value="1"></td>
</tr>
<tr>
<td><span>Alignment</span>:</td>
<td> <select dojoAttachPoint="table_align">
<option value="" selected><Not set></option>
<option value="left">Left</option>
<option value="center">Center</option>
<option value="right">Right</option>
</select></td>
</tr>
</table>
</td>
<td> </td>
<td align="right" valign="top">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td><span>Width</span>:</td>
<td> <input dojoAttachPoint="table_width" type="text" maxLength="4" size="3"></td>
<td> <select dojoAttachPoint="table_widthtype">
<option value="percent" selected>percent</option>
<option value="pixels">pixels</option>
</select></td>
</tr>
<tr>
<td><span>Height</span>:</td>
<td> <INPUT dojoAttachPoint="table_height" type="text" maxLength="4" size="3"></td>
<td> <span>pixels</span></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td nowrap><span>Cell spacing</span>:</td>
<td> <input dojoAttachPoint="table_cellspacing" type="text" maxLength="2" size="2" value="1"></td>
<td> </td>
</tr>
<tr>
<td nowrap><span>Cell padding</span>:</td>
<td> <input dojoAttachPoint="table_cellpadding" type="text" maxLength="2" size="2" value="1"></td>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td nowrap><span>Caption</span>:</td>
<td> </td>
<td width="100%" nowrap>
<input dojoAttachPoint="table_caption" type="text" style="WIDTH: 90%"></td>
</tr>
<tr>
<td nowrap><span>Summary</span>:</td>
<td> </td>
<td width="100%" nowrap>
<input dojoAttachPoint="table_summary" type="text" style="WIDTH: 90%"></td>
</tr>
</table>
<table><tr>
<td><button dojoType='Button' dojoAttachEvent='onClick:ok'>Ok</button></td>
<td><button dojoType='Button' dojoAttachEvent='onClick:cancel'>Cancel</button></td>
</tr></table>
</div>