« Return to Thread: Custom type won't approve

Re: Custom type won't approve

by Phil Kemp () :: Rate this Message:

Reply to Author | View in Thread

<cfcomponent name="newsletter" extends="farcry.core.packages.types.versions" output="false" displayname="Newsletter">

<cfproperty name="issue" type="string" default="" hint="Issue" ftLabel="Issue" ftWizardStep="Overview" ftFieldSet="General" ftSeq="1"
                        ftValidation="required-length" />
<cfproperty name="period" type="string" default="" hint="Period" ftLabel="Period" ftWizardStep="Overview" ftFieldSet="General" ftSeq="2"
                        ftValidation="required-length" />
<cfproperty name="aSections" type="array" default="" hint="Sections" ftLabel="Sections" ftWizardStep="Overview" ftFieldSet="Sections"
                        ftSeq="3" ftJoin="dmNewsletterSection" ftAllowLibraryAddNew="false" />
<cfproperty ftSeq="611" ftWizardStep="Report" ftFieldSet="Overview" ftLabel="Report Document"
                                default="" hint="Report Document" name="report" type="string" ftValidation="required"
                                ftType="file" ftDestination="/files/newsletter/" />
<cfproperty name="specialcontent" type="longchar" default="" hint="Content" ftLabel="Content" ftWizardStep="Special" ftFieldSet="Content"
                        ftSeq="4" ftType="richtext" />
       
</cfcomponent>

EDIT: It's version 5-1-1 on Oracle if that makes any difference

 « Return to Thread: Custom type won't approve