Constructor
new CFilesEditor()
Parameters:
Name | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
this.props.column |
Object | Table column.
Properties
|
|||||||||||||||||||||
this.props.row |
Object | Row to edit, null if add, first if batch. | |||||||||||||||||||||
this.props.add |
bool | Is adding. | |||||||||||||||||||||
this.props.batch |
bool | Is batch editing. | |||||||||||||||||||||
this.props.onEditorChanges |
CTable#onEditorChanges | Editor changes callback. | |||||||||||||||||||||
this.props.onDownloadFile |
CTable#onDownloadFile | Download file callback. | |||||||||||||||||||||
this.props.onUploadFile |
CTable#onUploadFile | Upload file callback. | |||||||||||||||||||||
this.props.askUser |
CTable#askUser | Ask user callback. | |||||||||||||||||||||
this.props.showError |
CTable#showError | Show error callback. |
- Source:
Methods
onNullClicked()
Request to set value to NULL.
- Source:
Listens to Events:
onOtherEditorChanged()
Notifiaction for changes in some editor.
- Source:
Listens to Events:
onResetClicked()
Request to set value to Default
- Source:
Listens to Events:
onUndoClicked()
Request to set value to value at start editing.
- Source: