Skip to content

Instantly share code, notes, and snippets.

@neokoenig
Created March 23, 2011 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neokoenig/883008 to your computer and use it in GitHub Desktop.
Save neokoenig/883008 to your computer and use it in GitHub Desktop.
<!---_emailaddress.cfm--->
<cfoutput>
#textField(objectName="contact", association="emailaddresses", position=arguments.current, property="email", label="Email Address", size=62, class="email")#
#select(objectName="contact", association="emailaddresses", position=arguments.current, property="type", label="Type", options="Home,Work")#
#checkbox(objectName="contact", association="emailaddresses", position=arguments.current, property="preferred", label="Preferred")#
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment