Type Definitions
-
fileExitCallback(documentsContext, options)
-
Name Type Description documentsContext
DocumentsContext the
DocumentsContext
passed tofn
options
Object the options passed to
fn
Name Type Description fileTypeName
String the technical name of the file type
-
fileFieldExitCallback(documentsContext, options)
-
Name Type Description documentsContext
DocumentsContext the
DocumentsContext
passed tofn
options
Object the options passed to
fn
Name Type Description fileTypeName
String the technical name of the file type
fileFieldId
String the id of the file field
fileFieldName
String the technical name of the file field
fileForm
FileFormModel the file form model
fileField
FileFieldModel the file field model
-
folderExitCallback(documentsContext, options)
-
Name Type Description documentsContext
DocumentsContext the
DocumentsContext
passed in the functionoptions
Object the options passed in the function
Name Type Description folderId
String the id of the folder
folderName
String the technical name of the folder
-
gentableCallback(documentsContext, options)
-
Name Type Description documentsContext
DocumentsContext the
DocumentsContext
passed in the functionoptions
Object the options passed in the function
Name Type Description fileTypeName
String the technical name of the file type
gentableDefinitionName
String row
documents.sdk.gentable.grid.GentableGridRowModel [optional] the current grid row model
originalEvent
String [optional] the current original dom event
-
outbarExitCallback(documentsContext, options)
-
Name Type Description documentsContext
DocumentsContext the
DocumentsContext
passed in the functionoptions
Object the options passed in the function
Name Type Description outbarName
String the technical name of the outbar
-
scriptParameterExitCallback(documentsContext, options)
-
Name Type Description documentsContext
DocumentsContext the
DocumentsContext
passed tofn
options
Object the options passed to
fn
Name Type Description scriptName
String the technical name of the script
scriptForm
ScriptParameterFormModel the script form model
-
scriptParameterFieldExitCallback(documentsContext, options)
-
Name Type Description documentsContext
DocumentsContext the
DocumentsContext
passed tofn
options
Object the options passed to
fn
Name Type Description scriptName
String the technical name of the script
scriptFieldId
String the id of the script field
scriptFieldName
String the technical name of the script field
scriptFieldValue
String the value of the script field
scriptForm
ScriptParameterFormModel the script form model
scriptField
ScriptFieldModel the script field model
-
searchExitCallback(documentsContext, options)
-
Name Type Description documentsContext
DocumentsContext the
DocumentsContext
passed tofn
options
Object the options passed to
fn
Name Type Description searchForm
ExtendedSearchFormModel optional the search form model
-
searchFieldExitCallback(documentsContext, options)
-
Name Type Description documentsContext
DocumentsContext the
DocumentsContext
passed tofn
options
Object the options passed to
fn
Name Type Description searchFieldId
String the id of the search field
searchFieldName
String the technical name of the search field
searchFieldValue
String the value of the search field
searchForm
ExtendedSearchFormModel the search form model
searchField
SearchFieldModel the search field model