/javascript-mode/extjs_fieldset
#! | 18 lines | 18 code | 0 blank | 0 comment | 0 complexity | 1362f0c0230c9e7bcde0bc7efba2598b MD5 | raw file
- # name : fieldset
- # key : fieldset
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- {
- xtype: 'fieldset',${1:
- title: '${2:Title}',}
- autoHeight: true,${3:
- defaults: {
- xtype: 'textfield',
- anchor: "-20"
- \},}
- items: [
- $0
- ]
- }