ComposerBody
Extends:
src/common/Component.js~Component → ComposerBody
Direct Subclass:
The ComposerBody
component handles the body, or the content, of the
composer. Subclasses should implement the onsubmit
method and override
headerTimes
.
Attrs
composer
originalContent
submitLabel
placeholder
user
confirmExit
disabled
Member Summary
Public Members | ||
public |
composer: * |
|
public |
Whether or not the component is loading. |
Method Summary
Public Methods | ||
public |
hasChanges(): String Check if there is any unsaved data. |
|
public |
Build an item list for the composer's header. |
|
public |
loaded() Stop loading. |
|
public |
oninit(vnode: *) |
|
public abstract |
onsubmit() Handle the submit event of the text editor. |
|
public |
view(): * |