summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/panel_tab.itSnippet
blob: 29bdb4c8e6254fc7c08f971879f29688b39da4e6 (plain)
1
2
3
4
5
6
7
8
9
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>'
}