tabDefault

Specifies the distance between default tab stops.

By default, no default tab stops are defined.

Syntax

Reference_Syntax.tabDefault = "string"

Values

Type

Values

String

A valid string representing the distance between the default tab stops.

Applies to

Model

Object

Form Model

para

Version

XFA 2.1

Examples

JavaScript

TextField1.para.tabDefault = "3in";

FormCalc

TextField1.para.tabDefault = "3in"

// Ethnio survey code removed