In the formtool array interface you can join multiple types using ftJoin eg:

<cfproperty ftSeq="2"
    name="aRelatedIDs"
    type="array"
    ftJoin="dmEvent,dmFacts,dmFlash,dmNavigation,dmHTML"
    ftLabel="Related Content">



You can also specify an attribute ftAllowCreate="false", which prevents the 
user creating new items, just pick from the list (
http://docs.farcrycore.org/trunk/formtool-array.html).

In the list above however we want *some* of the items to be creatable, but 
not others.  i.e. The user can select from the library for all the types, 
but can only create new itemse for dmEvent, dmFact and dmFlash but not for 
dmNavigation and dmHTML.

Is there a way to achieve this or is ftAllowCreate an all or nothing option?

Cheers,
Colin.


-- 
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 because you are subscribed to the Google Groups 
"farcry-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to