Skip to content

Interface: INoteFormCellProxy

NoteFormCellControlProxy is a developer-facing interface that provides access to a Note control and allows customizations. In addition it provides access to the IFormCellProxy interface.

Hierarchy

Implemented by

Summary

Properties

Class Properties

None in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getMaxNumberOfLines

getMaxNumberOfLines(): number

Returns the MaxNumberOfLines property value defined for the FormCell's control.

Returns: number


getMinNumberOfLines

getMinNumberOfLines(): number

Returns the MinNumberOfLines property value defined for the FormCell's control.

Returns: number


getPlaceHolder

getPlaceHolder(): string

Returns the PlaceHolder property value defined for the FormCell's control.

Returns: string


setMaxNumberOfLines

setMaxNumberOfLines(MaxNumberOfLines: number): any

Sets the MaxNumberOfLines property of the FormCell's control.

Parameters:

Name Type
MaxNumberOfLines number

Returns: any


setMinNumberOfLines

setMinNumberOfLines(minNumberOfLines: number): any

Sets the MinNumberOfLines property of the FormCell's control.

Parameters:

Name Type Description
minNumberOfLines number value to set.

Returns: any


setPlaceHolder

setPlaceHolder(title: PlaceHolder): void

Sets the PlaceHolder property of the FormCell's FormCell's control.

Parameters:

Name Type
title PlaceHolder

Returns: void