You can extend that component in your project's /packages/types directory to
add whatever properties you need. Try working through the training
course<https://farcry.jira.com/wiki/display/FCDEV60/Book+of+FarCry>,
that will get you pretty far.

Blair

On Sat, Oct 15, 2011 at 4:42 PM, Boon <[email protected]> wrote:

> Hi
>
> I am looking to add fields (such as text/dates) to the core dmHtml
> content type.
>
> I can see that you could add something like
>
> "<cfproperty
>        name="nynewField" type="longchar" hint="dmHTML extra field"
> required="no" default=""
>        ftSeq="7" ftwizardStep="Start" ftFieldset="General Details"
> ftlabel="Extra Info"
>        ftHint="extra field hint."
>        ftLimit="100" />"
> to the dmHtml.cfc definition file located at \core\packages\types.
> This is so that the field is added to the form used to add/edit pages
> in Webtop in the Site Tab.
>
> I understand that it is not recommended practice, but I cannot see
> another way to do this.
>
> Is anyone able to point me in the right direction?
>
> --
> 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

Reply via email to