FormRichTextControl.hasChanged Method

Sets or returns a value that indicates whether the contents of the control have changed.

Syntax

public boolean hasChanged([boolean val])

Run On

Client

Parameters

  • val
    Type: boolean
    The value to assign as the hasChanged value for the control; optional.

Return Value

Type: boolean
true if the contents of the control have changed; otherwise, false.

See Also

Reference

FormRichTextControl Class