/javascript-mode/extjs.2col
http://github.com/ridgetang/snippets · Unknown · 24 lines · 23 code · 1 blank · 0 comment · 0 complexity · ef16eae26e592060a34597e1c40eb97b MD5 · raw file
- # name : 2col
- # key : 2col
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- items: [
- {
- layout: 'column',
- defaults: {
- columnWidth: 0.5,
- layout: 'form',${1:
- style: 'padding: 0 5px;'}
- },
- items: [
- {
- $0
- },
- {
- }
- ]
- }
- ]