1318 |
alexandre_ |
1 |
<div>
|
|
|
2 |
<table cellSpacing="1" cellPadding="1" width="100%" border="0">
|
|
|
3 |
<tr>
|
|
|
4 |
<td valign="top">
|
|
|
5 |
<table cellSpacing="0" cellPadding="0" border="0">
|
|
|
6 |
<tr>
|
|
|
7 |
|
|
|
8 |
<td><span>Rows</span>:</td>
|
|
|
9 |
<td> <input dojoAttachPoint="table_rows" type="text" maxLength="3" size="2" value="3"></td>
|
|
|
10 |
</tr>
|
|
|
11 |
<tr>
|
|
|
12 |
<td><span>Columns</span>:</td>
|
|
|
13 |
<td> <input dojoAttachPoint="table_cols" type="text" maxLength="2" size="2" value="2"></td>
|
|
|
14 |
</tr>
|
|
|
15 |
|
|
|
16 |
<tr>
|
|
|
17 |
<td> </td>
|
|
|
18 |
<td> </td>
|
|
|
19 |
</tr>
|
|
|
20 |
<tr>
|
|
|
21 |
<td><span>Border size</span>:</td>
|
|
|
22 |
<td> <INPUT dojoAttachPoint="table_border" type="text" maxLength="2" size="2" value="1"></td>
|
|
|
23 |
</tr>
|
|
|
24 |
|
|
|
25 |
<tr>
|
|
|
26 |
<td><span>Alignment</span>:</td>
|
|
|
27 |
<td> <select dojoAttachPoint="table_align">
|
|
|
28 |
<option value="" selected><Not set></option>
|
|
|
29 |
<option value="left">Left</option>
|
|
|
30 |
<option value="center">Center</option>
|
|
|
31 |
<option value="right">Right</option>
|
|
|
32 |
</select></td>
|
|
|
33 |
</tr>
|
|
|
34 |
</table>
|
|
|
35 |
</td>
|
|
|
36 |
<td> </td>
|
|
|
37 |
<td align="right" valign="top">
|
|
|
38 |
<table cellSpacing="0" cellPadding="0" border="0">
|
|
|
39 |
<tr>
|
|
|
40 |
<td><span>Width</span>:</td>
|
|
|
41 |
<td> <input dojoAttachPoint="table_width" type="text" maxLength="4" size="3"></td>
|
|
|
42 |
<td> <select dojoAttachPoint="table_widthtype">
|
|
|
43 |
<option value="percent" selected>percent</option>
|
|
|
44 |
<option value="pixels">pixels</option>
|
|
|
45 |
</select></td>
|
|
|
46 |
|
|
|
47 |
</tr>
|
|
|
48 |
<tr>
|
|
|
49 |
<td><span>Height</span>:</td>
|
|
|
50 |
<td> <INPUT dojoAttachPoint="table_height" type="text" maxLength="4" size="3"></td>
|
|
|
51 |
<td> <span>pixels</span></td>
|
|
|
52 |
</tr>
|
|
|
53 |
<tr>
|
|
|
54 |
<td> </td>
|
|
|
55 |
<td> </td>
|
|
|
56 |
<td> </td>
|
|
|
57 |
</tr>
|
|
|
58 |
<tr>
|
|
|
59 |
<td nowrap><span>Cell spacing</span>:</td>
|
|
|
60 |
<td> <input dojoAttachPoint="table_cellspacing" type="text" maxLength="2" size="2" value="1"></td>
|
|
|
61 |
<td> </td>
|
|
|
62 |
|
|
|
63 |
</tr>
|
|
|
64 |
<tr>
|
|
|
65 |
<td nowrap><span>Cell padding</span>:</td>
|
|
|
66 |
<td> <input dojoAttachPoint="table_cellpadding" type="text" maxLength="2" size="2" value="1"></td>
|
|
|
67 |
<td> </td>
|
|
|
68 |
</tr>
|
|
|
69 |
</table>
|
|
|
70 |
</td>
|
|
|
71 |
</tr>
|
|
|
72 |
</table>
|
|
|
73 |
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
|
|
|
74 |
<tr>
|
|
|
75 |
<td nowrap><span>Caption</span>:</td>
|
|
|
76 |
<td> </td>
|
|
|
77 |
<td width="100%" nowrap>
|
|
|
78 |
<input dojoAttachPoint="table_caption" type="text" style="WIDTH: 90%"></td>
|
|
|
79 |
</tr>
|
|
|
80 |
<tr>
|
|
|
81 |
<td nowrap><span>Summary</span>:</td>
|
|
|
82 |
<td> </td>
|
|
|
83 |
<td width="100%" nowrap>
|
|
|
84 |
<input dojoAttachPoint="table_summary" type="text" style="WIDTH: 90%"></td>
|
|
|
85 |
</tr>
|
|
|
86 |
</table>
|
|
|
87 |
<table><tr>
|
|
|
88 |
<td><button dojoType='Button' dojoAttachEvent='onClick:ok'>Ok</button></td>
|
|
|
89 |
<td><button dojoType='Button' dojoAttachEvent='onClick:cancel'>Cancel</button></td>
|
|
|
90 |
</tr></table>
|
|
|
91 |
</div>
|