Search code examples
coldfusion-8cfmlrich-text-editor

how to use rich web text editor in coldfusion?


How does one use a rich web text editor in coldfusion?
is there any website from where i can get and use code for "rich web text editor" ?


Solution

    • If you are looking for a WYSIWYG editor that end users could utilize on your website, likely in conjunction with a textarea object, then checkout TinyMCE.
    • If you are looking for a ColdFusion IDE, your best bet is utilizing the Eclipse IDE with the CFEclipse plugin. An Adobe based IDE is also available called CFBuilder, though this route is not free.