![]() |
| Products | Services | Clients | Contact | Company | Home |
|
UsageCF_Param is very simple to use. Just drop the param.cfm tag into your directory and call <CF_Param>.
Required Attributes:
VarName - Name of parameter to test (such as "Client.Email" or "Cookie.BackgroundColor")
Optional Attributes:
Default - Value to set parameter to if it does not exist. Must be of type specified.
Type - See <cfparam>'s documentation for data types.
For a demo and sample code, click here.
DocumentationNote that the Name attribute is not used in CF_Param. Instead, use the VarName attribute. Related Links |