Get CKEditor Value

Last modified: May 15, 2023

1 Description

Returns the CKEditor value as HTML code.

2 Supported Widgets

  • CKEditor

3 Usage

Pass the name of the widget you want to get the value from.

4 Input Parameters

Name Datatype Required Description
Widget Name String Yes The name of the widget.

5 Return Value

Name Datatype Description
Value String The displayed value of the widget.