Skip to content
Jeffrey Guenther edited this page Apr 21, 2016 · 27 revisions

This is a work in progress and will evolve as I (@jeffreyguenther) spelunk the code base. If others want to join in the effort, you are most welcome.

Event Handling

Events flow from InputController to EditorController.

Views

Trix.ObjectView Provides base rendering methods

Subclasses:

Each of the subclasses is responsible for creating the HTMLElements needed to display the block.

  • Trix.PieceView
  • Trix.DocumentView
  • Trix.ObjectGroupView
  • Trix.TextView
  • Trix.BlockView
  • Trix.AttachmentView
    • Trix.PreviewableAttachmentView

Clone this wiki locally