I am reading: http://docs.farcrycms.org/display/FCDEV40/list

But can't get it to work, is anyone successful using a drop down menu
in FC 5 ?
Now i see just another form structure being generated instead of a
dropdown.

Now i use:

<cfproperty
 ftSeq="15"
 ftFieldset="General Details"
 name="department"
 type="string"
 hint="Department."
 required="true"
 default=""
 ftLabel="Department"
 ftType="dropdown"
 ftListData="name:Name"
 ftListDataTypename="departments" />

In departments there is only one column: name.
What do i do wrong?


--~--~---------~--~----~------------~-------~--~----~
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