Hi nakedToast, Both the navigations and the categories have possibility to have a alias asign to it (try edit/add a navigation/category). So if you add a alias named myCatAlias to a category node, you can use this in the ftAlias for the form tool category property. The category picker will show the category tree from the myCatAlias, instead from the root.
So in the ftalias metadata: <cfproperty... ftAlias="myCatAlias"...> If you want to use that alias within a query: <cfquery ....> SELECT * FROM dmCategory WHERE objectID = '#application.catid.myCatAlias#' </cfquery> And if you want to use the navigation alias from a query, change catid to navid, and ofcourse you need to add a alias to a navigation node. Jørgen~ nakedToast Studios skrev: > Ok, sorry. > The former post was a little too fast. > > Found this > http://docs.farcrycms.org/display/FCDEV40/Navigation+Folder+Selector > and this http://docs.farcrycms.org/display/FCDEV40/category > > ... but: > > I can't imagine what the two descriptions mean... can anyone explain > them to me? > > > On 1 Feb., 14:32, 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 -~----------~----~----~----~------~----~------~--~---
