On Oct 18, 2:11 pm, "Pete Kucera" <[EMAIL PROTECTED]> wrote: > On another note, can you give me some insight in using the ftType="UUID" to > get a dropdown list of authors from the dmProfile? Does it work like the > options in a select statement? and how do they connect? Will I need to > build a library lookup or is it a direct connect? I would like to add the > blog author to the filter criteria in farCryBlog.cfc
Multiple authors? Would you prefer to attach this reference to "profile" objects? ie. the objects attached to the session. I think it would be a good improvement to the blogging plugin overall. Best place to look for UUID is: http://docs.farcrycms.org/display/FCDEV50/Library+Element UUID is effectively a single object reference, as opposed to a multiple reference provided by arrays. Both Array and UUID have the same "library" population options. The default is a pop-up. I'm surprised we don't have an ftRenderType option for a drop-down in the documentation. Certainly we use this style in our own applications. Perhaps its in the code but not documented. I'll take a look. geoff http://www.daemon.com.au/ PS. this might be better on new thread! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
