Ian Eslick <[email protected]> writes: > I recall a discussion some time ago about TinyMCE - has anyone had > success integrating this with weblocks, and if so can you point me to > an example?
I tried, didn't like it, then decided that I prefer YUI anyway, and used YUI RTE instead. Works fine in views (:present-as (yui-editor :max-length 16000 :rows 15 :cols 45 :config *default-editor-config*)), but requires the presentation-dom-id patch and the rest of my yui branch. Appropriate YUI modules get loaded on demand when needed, obviously, so you don't pay the price on every page. --J. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" 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/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
