Description
When a rich text editor instance completes initializing, ColdFusion calls this function and passes it the FCKEditor instance that underlies the rich text editor.
Function syntax
ColdFusion.RichText.onComplete(editorInstance) |
See also
ColdFusion.ProgressBar.update, ColdFusion.ProgressBar.reset
History
ColdFusion 8 update 1: Added this function
Parameters
Parameter |
Description |
---|---|
editorInstance |
the FCKEditor instance that underlies the rich text editor. |
Returns
This function does not return a value.
Usage
When a rich text editor instance completes initializing, ColdFusion calls this function and passes it the FCKEditor instance that underlies the rich text editor. The function can then perform any needed post-initialization operations.
Examples
<html> |