summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/panel_tab.itSnippet
diff options
context:
space:
mode:
Diffstat (limited to 'editors/InType/Prado.itBundle/snippets/panel_tab.itSnippet')
-rw-r--r--editors/InType/Prado.itBundle/snippets/panel_tab.itSnippet10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/InType/Prado.itBundle/snippets/panel_tab.itSnippet b/editors/InType/Prado.itBundle/snippets/panel_tab.itSnippet
new file mode 100644
index 00000000..29bdb4c8
--- /dev/null
+++ b/editors/InType/Prado.itBundle/snippets/panel_tab.itSnippet
@@ -0,0 +1,10 @@
+{
+ title: 'Tab Panel'
+ tab_trigger: 'panel'
+ scope: 'text.html.prado'
+ content: '<com:TTabPanel${1: ID="${2:panel}"}${3: ActiveViewIndex="${4:0}"}>
+ <com:TTabView Caption="${5:tab}">
+ <!-- content for $5 -->
+ </com:TTabView>$0
+</com:TTabPanel>'
+} \ No newline at end of file