It's really easy to write plugins for FCKEditor. You can add buttons that insert stuff from the DB and whatnot, easy.
Depending on your use, this can be better than coding stuff in there, as it were. There's also some configurability as to what code gets rewritten, sorta-- at least on purpose. Since it's all XHTML, and all that is stored is the DOM tree, some formatting will always be rewritten. At least last I checked. HIH -- Albert Collins: Nobody leaves this place without singing the blues. On Wed, Jun 11, 2008 at 11:20 PM, Les Mizzell <[EMAIL PROTECTED]> wrote: > Les Mizzell wrote: >> Anybody know if it's possible to embed a cfoutput block INSIDE a >> fckEDITOR text field? > > > I found an odd way of doing this by using REPLACE. You enter a specific > text string !REPLACETHIS! into the editor where you want your variable > to appear, and then use REPLACE to swap out the string for the desired > variable from the database. > > #REPLACE(rmail.rm_body,"!REPLACE!","#req.replaceTHIS#","all")# > > That was a head scratcher for while... > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307386 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

