Subversion Repositories Applications.papyrus

Rev

Rev 1371 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1318 alexandre_ 1
<table style="white-space: nowrap;">
2
<tr><td colspan='2'>Find: <input type="text" dojoAttachPoint="find_text" /></td></tr>
3
<tr><td><input type="checkbox" dojoType="CheckBox" dojoAttachPoint="find_option_casesens" />
4
		<label for="find_option_casesens">Case Sensitive</label></td>
5
			<td><input type="checkbox" dojoType="CheckBox" dojoAttachPoint="find_option_backwards" />
6
		<label for="find_option_backwards">Search Backwards</label></td></tr>
7
<tr><td style="display: none;"><input type="checkbox" dojoType="CheckBox" dojoAttachPoint="find_option_wholeword" />
8
		<label for="find_option_wholeword">Whole Word</label></td>
9
<tr><td colspan="1">
10
	<table><tr>
11
	<td><button dojoType='Button' dojoAttachEvent='onClick:find'>Find</button></td>
12
	<td><button dojoType='Button' dojoAttachEvent='onClick:cancel'>Close</button></td>
13
	</tr></table>
14
	</td></tr>
15
</table>