import {NoteBox} from 'ceo-core/application/components/common/rich-editor/note-viewer.js'NoteBox
Extends:
react~React.Component → BaseView → NoteBox
NoteBox component renders the note container and its children.
Looking for the style that changes the highlight color on select? Check the CopyNote service... yeah - sorry.
Constructor Summary
| Public Constructor | ||
| public |
constructor(props: *) |
|
Method Summary
| Public Methods | ||
| public |
|
|
| public |
|
|
| public |
|
|
| public |
handleNewComment(e: *) |
|
| public |
onChange(state: *) |
|
| public |
onEditorUpdate(e: *) Watches for changes in the editor state and repositions itself based on the note inline style's parent block |
|
| public |
|
|
| public |
render(): * |
|
| public |
|
|
Inherited Summary
| From class BaseView | ||
| public |
getChildContext(): * |
|
Public Constructors
public constructor(props: *) source
Params:
| Name | Type | Attribute | Description |
| props | * |
Public Methods
public componentDidMount() source
public componentWillMount() source
public componentWillUnmount() source
public handleNewComment(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public onChange(state: *) source
Params:
| Name | Type | Attribute | Description |
| state | * |
public onEditorUpdate(e: *) source
Watches for changes in the editor state and repositions itself based on the note inline style's parent block
Params:
| Name | Type | Attribute | Description |
| e | * |