webskin
webskin
webskin
Displays a select box with a list of templates
Examples
<cfproperty
name="displayMethod" type="string" hint="Display method to render." required="yes" default="displayPageStandard"
ftseq="3" ftfieldset="General Details" ftwizardStep="General Details" ftlabel="Content Template"
fttype="webskin" />
<cfproperty
name="displayMethod" type="string" hint="Display method to render." required="yes" default="displayPageStandard"
ftseq="3" ftfieldset="General Details" ftwizardStep="General Details" ftlabel="Content Template"
fttype="webskin" ftPrefix="gavinisgreat"/>
Formtool Metadata
Attributes
Name |
Default |
Options |
Required |
Hint |
bExcludeCoreViews |
false |
|
No |
Excludes webskins defined in core from selection |
ftAjaxMethod |
|
|
No |
The function that will be used to render the html output for ajax requests of a property |
ftClass |
|
|
No |
CSS Class that can be used on the formtool input |
ftDisplayMethod |
|
|
No |
The function that will be used to render the html output for displaying a property |
ftEditMethod |
|
|
No |
The function that will be used to render the html output for editing a property |
ftFieldset |
|
|
No |
Used if you are relying on the framework to render your form. Used to group the fields into HTML fieldsets. |
ftLabel |
|
|
No |
Used by the FarCry form layout as the label of the form field. This will default to the [name]. |
ftLabelAlignment |
inline |
inline, block |
No |
Used by FarCry Form Layouts for positioning of labels. inline or block. |
ftPrefix |
|
|
No |
Only webskins that start with this value are displayed |
ftSeq |
|
|
No |
Used if you are relying on the framework to render your form. Used to sort the fields on the form. |
ftStyle |
|
|
No |
CSS Style that can be used on the formtool input |
ftType |
|
|
No |
Tells the framework which of the formtool ui components to use when rendering your form. This will default to the [type]. |
ftTypename |
|
|
No |
The type from which webskins are to be selected |
ftValidateMethod |
|
|
No |
The function that will be used to render the html output for validating (processing) a property form submission |
ftValidation |
|
|
No |
List of CSS classes that can be used for js validation |
ftWizardStep |
|
|
No |
Used if you are relying on the framework to render your form. Used to setup a wizard which is a multi step form process. |