Constructor
new CauldronEditor(fragment)
- Description:
- Create a new CauldronEditor that edits the given Fragment
 
- Source:
Parameters:
| Name | Type | Description | 
|---|---|---|
| fragment | Fragments.Fragment | The fragment to edit | 
Members
editor :Editors.Editor
- Description:
- The codestrates editor of this CauldronEditor
 
- Source:
    The codestrates editor of this CauldronEditor
    Type:
- Editors.Editor
fragment :Fragments.Fragment
- Description:
- The fragment this CauldronEditor edits
 
- Source:
    The fragment this CauldronEditor edits
    Type:
- Fragments.Fragment
html :Element
- Description:
- The DOM element of this CauldronEditor
 
- Source:
    The DOM element of this CauldronEditor
    Type:
- Element