< CKEditor

Getting and setting data

CKEditor

Show in app

Description

In CKEditor there are several ways to load and save data, so it is important to know the various options and their advantages and disadvantages.

Goals

I know

  • how to interact with the data in CKEditor
  • that getting and setting the data via JavaScript does not persist the data in between page refreshes

I can

  • initialize the editor with the data
  • get the editor data via JavaScript
  • set the editor data via JavaScript

Maintainer

Ondrej Chrastina