Search results

TextFormFieldInfo API in JavaScript (ES5) DocumentEditor API control

Text form field info

Properties

defaultValue

string

Text form field default value.

enabled

boolean

Enable or disable form field.

format

string

Text form field format

helpText

string

Tooltip text.

maxLength

number

Maximum text length.

name

string

Specifies the name of the form field.

If a form field already exists in the document with the new name specified, the old form field name property will be cleared and it will not be accessible. Ensure the new name is unique.

type

TextFormFieldType

Specifies text form field type.