I have used it specifically with categories.  If I want a user to only
select from a subset of categories I can set the ftAlias to a specific
subset.  For example (assuming that my category tree is as below):

- Departments
--- HR
--- Marketing
--- IT
- Offices
--- Director
--- Vice-President

If I set the ftAlias to "departments" (assuming that I have set the
alias of "Departments" to "department" when I created the category),
then I would only get the items "HR", "Marketing" and "IT" in the
list.  Here is a sample:

<cfproperty ftseq="4" ftfieldset="Categorisation"
ftwizardStep="General Details" name="catItem" type="longchar"
hint="Item categorisation." required="no" default=""
ftrenderType="dropdown" ftselectmultiple="false" ftalias="departments"
fttype="category" ftlabel="Item Category"/>

Hope this helps.  Also, this relates Version 4.x - I haven't worked
with Farcry 5 Beta yet.

David Tucker

On Feb 1, 8:32 am, nakedToast Studios <[EMAIL PROTECTED]>
wrote:
> Hi Kingz!
>
> Just came across the ftAlias-attribute, but couldn't find it 
> inhttp://docs.farcrycms.org/display/FCDEV40/Form+Tool+Property+Metadata
> or 
> e.g.http://trond.ulseth.no/enclosures/Creating%20a%20plugin%20using%20For...
>
> What is it for? What does it do?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to