Subversion Repositories Applications.papyrus

Rev

Rev 1371 | Blame | Compare with Previous | 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>&nbsp;<input dojoAttachPoint="table_rows" type="text" maxLength="3" size="2" value="3"></td>
                                </tr>
                                <tr>
                                        <td><span>Columns</span>:</td>
                                        <td>&nbsp;<input dojoAttachPoint="table_cols" type="text" maxLength="2" size="2" value="2"></td>
                                </tr>

                                <tr>
                                        <td>&nbsp;</td>
                                        <td>&nbsp;</td>
                                </tr>
                                <tr>
                                        <td><span>Border size</span>:</td>
                                        <td>&nbsp;<INPUT dojoAttachPoint="table_border" type="text" maxLength="2" size="2" value="1"></td>
                                </tr>

                                <tr>
                                        <td><span>Alignment</span>:</td>
                                        <td>&nbsp;<select dojoAttachPoint="table_align">
                                                        <option value="" selected>&lt;Not set&gt;</option>
                                                        <option value="left">Left</option>
                                                        <option value="center">Center</option>
                                                        <option value="right">Right</option>
                                                </select></td>
                                </tr>
                        </table>
                </td>
                <td>&nbsp;&nbsp;&nbsp;</td>
                <td align="right" valign="top">
                        <table cellSpacing="0" cellPadding="0" border="0">
                                <tr>
                                        <td><span>Width</span>:</td>
                                        <td>&nbsp;<input dojoAttachPoint="table_width" type="text" maxLength="4" size="3"></td>
                                        <td>&nbsp;<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>&nbsp;<INPUT dojoAttachPoint="table_height" type="text" maxLength="4" size="3"></td>
                                        <td>&nbsp;<span>pixels</span></td>
                                </tr>
                                <tr>
                                        <td>&nbsp;</td>
                                        <td>&nbsp;</td>
                                        <td>&nbsp;</td>
                                </tr>
                                <tr>
                                        <td nowrap><span>Cell spacing</span>:</td>
                                        <td>&nbsp;<input dojoAttachPoint="table_cellspacing" type="text" maxLength="2" size="2" value="1"></td>
                                        <td>&nbsp;</td>

                                </tr>
                                <tr>
                                        <td nowrap><span>Cell padding</span>:</td>
                                        <td>&nbsp;<input dojoAttachPoint="table_cellpadding" type="text" maxLength="2" size="2" value="1"></td>
                                        <td>&nbsp;</td>
                                </tr>
                        </table>
                </td>
        </tr>
</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
        <tr>
                <td nowrap><span>Caption</span>:</td>
                <td>&nbsp;</td>
                <td width="100%" nowrap>&nbsp;
                        <input dojoAttachPoint="table_caption" type="text" style="WIDTH: 90%"></td>
        </tr>
        <tr>
                <td nowrap><span>Summary</span>:</td>
                <td>&nbsp;</td>
                <td width="100%" nowrap>&nbsp;
                        <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>