Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Description
Returns the FCKEditor instance that underlies an existing textarea control's rich text editor.
Function syntax
object = ColdFusion.RichText.getEditorObject(textareaName) |
See also
ColdFusion.ProgressBar.update, ColdFusion.ProgressBar.reset
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.