summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/date.itSnippet
blob: 79c151c2cc188fdd89da4e942738e9c6888452cd (plain)
1
2
3
4
5
6
7
8
9
{
    title: 'Date Picker'
    tab_trigger: 'date'
    scope: 'text.html.prado'
    content: '<com:TDatePicker${1: ID="${2:date}"}
	DateFormat="${3:yyyy-MM-dd}"${4:
	Mode="${5:ImageButton}"}${6:
	InputMode="${7:DropDownList}"}/>$0'
}