...
Code Block | ||
---|---|---|
| ||
<cfproperty name="imgMugshot" type="string" hint="Mugshot." required="false" default="" ftlabel="Mugshot" fttype="image" ftimagewidth="200" ftdestination="/images/myprofile/imgmugshot" /> <cfproperty name="imgMugshotThumb" type="string" hint="Mugshot thumbnail." required="false" default="" ftlabel="Mugshot Thumb" fttype="image" ftimagewidth="80" ftimageheight="80" ftthumbnail="true" ftCreateFromSourceDefault="true" ftSourceField="imgMugshot" ftdestination="/images/myprofile/imgmugshotthumb" /> |