summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/button.itSnippet
diff options
context:
space:
mode:
Diffstat (limited to 'editors/InType/Prado.itBundle/snippets/button.itSnippet')
-rw-r--r--editors/InType/Prado.itBundle/snippets/button.itSnippet8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/InType/Prado.itBundle/snippets/button.itSnippet b/editors/InType/Prado.itBundle/snippets/button.itSnippet
new file mode 100644
index 00000000..6a681fd3
--- /dev/null
+++ b/editors/InType/Prado.itBundle/snippets/button.itSnippet
@@ -0,0 +1,8 @@
+{
+ title: 'Click Button'
+ tab_trigger: 'button'
+ scope: 'text.html.prado'
+ content: '<com:TButton${1: ID="${2:button}"}
+ Text="${3:button}"
+ OnClick="${4:$2_Clicked}"/>$0'
+} \ No newline at end of file