Home Reference Source
public class | source

NoteBox

Extends:

react~React.ComponentBaseView → 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: *)

Member Summary

Public Members
public

service: *

public

state: *

Method Summary

Public Methods
public
public
public
public
public

onChange(state: *)

public

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

Public Constructors

public constructor(props: *) source

Params:

NameTypeAttributeDescription
props *

Public Members

public service: * source

public state: * source

Public Methods

public componentDidMount() source

public componentWillMount() source

public componentWillUnmount() source

public handleNewComment(e: *) source

Params:

NameTypeAttributeDescription
e *

public onChange(state: *) source

Params:

NameTypeAttributeDescription
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:

NameTypeAttributeDescription
e *

public onHandleClick() source

public render(): * source

Return:

*

public toggleExpand() source