summaryrefslogtreecommitdiff
path: root/editors/Textmate/Prado.tmbundle/Snippets/TCustomValidator.tmSnippet
blob: 109d972628c5cfda932fbe85734bce809ed3a640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>content</key>
	<string>&lt;com:TCustomValidator
	ControlToValidate="${1:controlIDToValidate}"
	OnServerValidate="${2:customValidate}"${3:
	ClientValidationFunction="${4:clientSideCustomValidate}"}
	ErrorMessage="${6:required}" /&gt;$0</string>
	<key>name</key>
	<string>TCustomValidator (TValidator)</string>
	<key>scope</key>
	<string>text.html</string>
	<key>tabTrigger</key>
	<string>TValidator</string>
	<key>uuid</key>
	<string>BF6A7ED6-28A0-4165-AA7A-F1F003161AE5</string>
</dict>
</plist>