From b916a00d0016119c3f0c140ac679e0ad242115ad Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Mon, 2 Nov 2009 03:17:57 +0000 Subject: added old prado textmate bundle --- .../Snippets/TCustomValidator.tmSnippet | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TCustomValidator.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TCustomValidator.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TCustomValidator.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TCustomValidator.tmSnippet new file mode 100644 index 00000000..e543353e --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TCustomValidator.tmSnippet @@ -0,0 +1,20 @@ + + + + + content + <com:TCustomValidator + ControlToValidate="${1:controlIDToValidate}" + OnServerValidate="${2:customValidate}"${3: + ClientValidationFunction="${4:clientSideCustomValidate}"} + ErrorMessage="${6:required}" />$0 + name + TCustomValidator (TValidator) + scope + text.html + tabTrigger + TValidator + uuid + BF6A7ED6-28A0-4165-AA7A-F1F003161AE5 + + -- cgit v1.2.3