CauldronEditor

Cauldron~ CauldronEditor

CauldronEditor is a component that can edit Codestrate Fragments

Constructor

new CauldronEditor(fragment)

Source:
Create a new CauldronEditor that edits the given Fragment
Parameters:
Name Type Description
fragment Fragments.Fragment The fragment to edit

Members

editor :Editors.Editor

Source:
The codestrates editor of this CauldronEditor
Type:
  • Editors.Editor

fragment :Fragments.Fragment

Source:
The fragment this CauldronEditor edits
Type:
  • Fragments.Fragment

html :Element

Source:
The DOM element of this CauldronEditor
Type:
  • Element