Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 646 Bytes

index.rst

File metadata and controls

27 lines (20 loc) · 646 Bytes

Using WYMeditor

using_skins using_plugins common_options getting_help

Anatomy of an Editor Initialization

So what actually happens when you call $('#my-textarea').wymeditor()?

  1. Your existing textarea is hidden.
  2. An iframe is created in that location.
  3. The attribute data-wym-initialized is added to the textarea.
  4. The WYMeditor toolbars and interface load.
  5. The iframe is initialized with the content from your textarea.