<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>
-- 
View this message in context: 
http://www.nabble.com/Custom-type-won%27t-approve-tp24143221s621p24146223.html
Sent from the FarCry - Dev mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---

Reply via email to