On Jun 14, 5:38 pm, modius <[EMAIL PROTECTED]> wrote: > Alternatively, this config can be overridden by extending the content > type and replacing the formtool metadata for individual content > types:http://docs.farcrycms.org:8080/confluence/display/FCDEV40/richtext > > Lastly, the entire richtext.cfc formtool component can be overriden by > putting your own richtext.cfc into ./myproject/packages/formtools and > changing the default config behaviour for only your project. > (Incidentally this is how you would begin building your own Editor > plugin).
Mat has updated the richtext.cfc to have an isolated getConfig() method. You can override this method in your project or plugin to provide simple project wide changes to the behaviour of your rich text editor. FC-780 richtext formtool now calls getConfig function to generate its configuration parameters http://bugs.farcrycms.org:8080/browse/FC-780 http://fisheye3.cenqua.com/changelog/farcrycms/?cs=1649 Complete with an updated section of the developer WIKI: http://docs.farcrycms.org:8080/confluence/display/FCDEV40/richtext Have a go. Let us know if we need to explain things better. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
