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/TCompareValidator.tmSnippet | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TCompareValidator.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TCompareValidator.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TCompareValidator.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TCompareValidator.tmSnippet new file mode 100644 index 00000000..a80d8465 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TCompareValidator.tmSnippet @@ -0,0 +1,21 @@ + + + + + content + <com:TCompareValidator + ControlToValidate="${1:controlIDToValidate}" + ${2:ControlToCompare="${3:controlIDToCompareWith}" + DataType="${4:String}" + Operator="${5:Equal}"} + ErrorMessage="${6:value did not match}" />$0 + name + TCompareValidator (TValidator) + scope + text.html + tabTrigger + TValidator + uuid + 3586B543-C92E-4AEB-92A7-20D948EA60DF + + -- cgit v1.2.3