Ah I see. In my case I have a custom type that I want people to create internal links to, without first having to relate them via an array library.
I just modified the core template (tineMCELinkList.cfm) to also return the content type I needed. Not idea (modifying core) but for our situation it will be ok. Thanks On Jul 11, 3:51 pm, Geoffrey Bowers <[email protected]> wrote: > On 11/07/2011, at 12:11 PM, Michael Sharman wrote: > > > I want to add a custom type to the link list in tinyMCE. I thought the > > property ftLinkListFilterTypenames would work: > > ftLinkListFilterTypenames="myCustomType" > > > However looking at /webtop/facade/tinyMCELinkList.cfm it seems to add > > the site tree and related items by default but I can't, for example, > > add dmNews and get an entire list of approved news articles to link > > to. > > > Is this the correct behaviour and/or is there a way to do this? > > The link list is populated from the related items array property i think -- > the filter will restrict that list, or at least that is the theory. > > The FarCry Publish button in tinyMCE is populated based on the CFPROPERTY > attributes and what's populated in associated media, and possibly related > links. Ideally you'd populate one of these bound array libraries and use the > little FarCry Publisher tinyMCE plugin to embed the markup you want. > > But we nearly always build related content relationships dynamically in the > template. For example we'd build related News as a separate property, say > aNews. And integrate some code into the content template to output > links/teasers to the items referenced in aNews. > > -- geoffhttp://www.daemon.com.au/ > skype. gb.daemon > twitter. @modius -- 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
