On Nov 19, 8:24 pm, Mat Bryant <[email protected]> wrote: > If you want a custom formtool for an individual property you can create a > function called "ftEdit[propertyname]" and that function essentially becomes > the formtool for that property.
While we're at it you can also do "ftDisplay[propertyname]" to override the display of a formtool for a specific property. That is, add a function to the content type in question that is called instead of the standard formtool display method. So not quite views -- but perhaps more powerful in that you can override the behaviour for specific properties rather than universally. -- geoff http://www.daemon.com.au/ -- 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
