Archive_Date will be datetime and outofDate boolean in due course; these are representative of some of the ways that I was looking to extend the core content types. At the moment, I am trying to minimise complexity to extend the core content type on a generic level, and then once in working I was planning to add other field types and change the field types. I appreciate that it may look like I am adding redundancy to the core types.
On Mon, Oct 24, 2011 at 2:09 AM, Geoff Bowers <[email protected]> wrote: > Boon, > > > On Sunday, October 23, 2011 7:48:52 PM UTC+11, Boon wrote: >> >> <!--- ./packages/types/**extendedDmHtml.cfc ---> >> <cfcomponent name="DmHtml" extends="farcry.core.packages.**types.dmHtml" >> output="false" displayname="HTML Page"> >> <cfproperty name="archive_Date" type="string" default="" hint="Archive >> Date." ftSeq >> ="30" ftwizardStep="Categorisation" ftLabel="Archive" ftValidation= >> "required" /> >> <cfproperty name="outofDate" type="string" default="" hint="Out of Date" >> ftSeq= >> "40" ftwizardStep="Categorisation" ftLabel="Out of Date" >> ftValidation="required" /> >> </cfcomponent> >> >> This change has the result pictured in the attachment. Basically, the page >> title is assigned the objectID and cannot be edited. Is anyone able to offer >> any suggestions on how to fix this? >> > Can you give us a quick run down on what **archive_date** and **outofDate** > properties are going to be used for? Are these supposed to be date fields? > > Thanks, > > -- geoff > http://www.daemon.com.au/ > skype. gb.daemon > twitter. @modius > > -- > 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 > -- 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
