Rev 1372 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1318 |
alexandre_ |
1 |
<table>
|
|
|
2 |
<tr><td>URL</td><td> <input type="text" dojoAttachPoint="link_href" name="dojo_createLink_href"/></td></tr>
|
|
|
3 |
<tr><td>Target </td><td><select dojoAttachPoint="link_target">
|
|
|
4 |
<option value="">Self</option>
|
|
|
5 |
<option value="_blank">New Window</option>
|
|
|
6 |
<option value="_top">Top Window</option>
|
|
|
7 |
</select></td></tr>
|
|
|
8 |
<tr><td>Class </td><td><input type="text" dojoAttachPoint="link_class" /></td></tr>
|
|
|
9 |
<tr><td colspan="2">
|
|
|
10 |
<table><tr>
|
|
|
11 |
<td><button dojoType='Button' dojoAttachEvent='onClick:ok'>OK</button></td>
|
|
|
12 |
<td><button dojoType='Button' dojoAttachEvent='onClick:cancel'>Cancel</button></td>
|
|
|
13 |
</tr></table>
|
|
|
14 |
</td></tr>
|
|
|
15 |
</table>
|