Skip to content

Interface: IAttachmentFormCellProxy

Hierarchy

Implemented by

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getAllowedFileTypes

getAllowedFileTypes(): string[]

Returns: string[]


getAttachmentActionType

getAttachmentActionType(): string[]

Returns: string[]


getAttachmentAddTitle

getAttachmentAddTitle(): string

Returns: string


getAttachmentCancelTitle

getAttachmentCancelTitle(): string

Returns: string


getAttachmentTitle

getAttachmentTitle(): string

Returns: string


getMaxAttachments

getMaxAttachments(): number

Returns: number


getMaxFileSize

getMaxFileSize(): number

Returns: number


openAttachmentItem

openAttachmentItem(index: number): any

Parameters:

Name Type Description
index number The index of the item

Returns: any


setAllowedFileTypes

setAllowedFileTypes(fileType: [string]): Promise‹any›

Parameters:

Name Type Description
fileType [string] value to set.

Returns: Promise‹any›


setAttachmentActionType

setAttachmentActionType(actionType: [string]): Promise‹any›

Parameters:

Name Type
actionType [string]

Returns: Promise‹any›


setAttachmentAddTitle

setAttachmentAddTitle(addTitle: string): Promise‹any›

Parameters:

Name Type Description
addTitle string value to set.

Returns: Promise‹any›


setAttachmentCancelTitle

setAttachmentCancelTitle(cancelTitle: string): Promise‹any›

Parameters:

Name Type Description
cancelTitle string value to set.

Returns: Promise‹any›


setAttachmentTitle

setAttachmentTitle(title: string): Promise‹any›

Parameters:

Name Type Description
title string value to set.

Returns: Promise‹any›


setMaxAttachments

setMaxAttachments(maxNumber: number): Promise‹any›

Parameters:

Name Type
maxNumber number

Returns: Promise‹any›


setMaxFileSize

setMaxFileSize(maxNumber: number): Promise‹any›

Parameters:

Name Type
maxNumber number

Returns: Promise‹any›


setValueByIndex

setValueByIndex(value: any, index: number, notify?: boolean): any

Parameters:

Name Type Description
value any value to be set
index number The index of the item
notify? boolean whether to triggers the OnValueChange event on the FormCell's control

Returns: any

this - allows chaining