Class: CTextColumn

CTextColumn()

Text edit class. This column for text editing.

Constructor

new CTextColumn()

Parameters:
Name Type Description
this.props.textarea undefined | Boolean Switch editor to textarea.
this.props.richtext undefined | Boolean Switch editor to rich text editor with HTML content.
this.props.placeholder string Placeholder for column editor.
this.props.validate undefined | string Input validation regex.
this.props.input_hints Array.<string> Input hints list.
Properties
Name Type Description
0 string Hints text added to input.
1 string Hints button text.
Source: