Sweet... I always meant to go back and do that and I never quite got around to 
it.

Funny... it'll default to any, which is right, but it's also alphabetical.

J

On Feb 25, 2010, at 9:37 AM 2/25/10, Dan Wilson wrote:

> Here is bascially the same snippet with the types set for typeahead:
> 
> <cffunction name="get$${Variable}" access="public" output="false" 
> returntype="$${Return 
> Type:any|array|binary|boolean|date|guid|numeric|query|string|struct|uuid}">
>       <cfreturn variables.instance.$${Variable} />
> </cffunction>
> 
> <cffunction name="set$${Variable}" access="public" output="false" 
> returntype="void">
>       <cfargument name="$${Variable}" 
> type="$${Type:any|array|binary|boolean|date|guid|numeric|query|string|struct|uuid}"
>  required="true" />
>       <cfset variables.instance.$${Variable} = arguments.$${Variable} />
> </cffunction>

-- 
You received this message because you are subscribed to the Google Groups 
"CFCDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cfcdev?hl=en.

Reply via email to