Whatever message this page gives is out now! Go check it out!

ColdFusion.RichText.getEditorObject

Last update:
May 18, 2026

Description

Returns the FCKEditor instance that underlies an existing textarea control's rich text editor.

Function syntax

object = ColdFusion.RichText.getEditorObject(textareaName)

See also

History

ColdFusion 8 update 1: Added this function

Parameters

Parameter
Description
textareaName
The value of the name attribute of the textarea tag that specifies a rich text editor.

Returns

An object.

Usage

This function returns an object thet provides access to the operations of the internal FCKEditor.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page