Skip to content

Instantly share code, notes, and snippets.

@awsp
Created June 9, 2014 01:10
Show Gist options
  • Save awsp/487ce9e048cbc3ae8221 to your computer and use it in GitHub Desktop.
Save awsp/487ce9e048cbc3ae8221 to your computer and use it in GitHub Desktop.
SC.TextFieldView
<snippet>
<content><![CDATA[
${1}: SC.TextFieldView.design({
layout: { width: ${2}, height: ${3}, left: ${4}, top: ${5} },
isTextArea: ${6:'NO'}
})
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>sctext</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.js</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment