Skip to main content

ApiTextField

ApiTextField is a subclass of ApiBaseField.

Methods

MethodReturnsDescription
AddWidgetApiWidgetAdds new widget - visual representation for field
ClearFormatbooleanClears format of field.
DeletebooleanRemoves field from document.
GetAllWidgetsApiWidget[]Gets array with widgets of the current field.
GetCharLimitnumberGets the text field character limit.
GetClassType"textField"Returns a type of the ApiTextField class.
GetFullNamestringGets field full name.
GetInternalIdstringReturns an internal ID of the current field.
GetPartialNamestringGets field partial name.
GetTooltipbooleanGets field tooltip
GetValuestringGets field value
IsCombbooleanChecks if the text field uses comb formatting.
IsMultilinebooleanChecks if text field is multiline.
IsReadOnlybooleanChecks if field is read only
IsRequiredbooleanChecks if field is required
IsScrollLongTextbooleanChecks if text field can scroll long text.
SetCharLimitbooleanSets the text field character limit.
SetCombbooleanSets whether the text field uses comb formatting.
SetDateFormatbooleanSets date format for field.
SetFullNamebooleanSets new field name if possible.
SetMaskbooleanSets the input mask for entered text.
SetMultilinebooleanSets text field multiline prop.
SetNumberFormatbooleanSets number format for field.
SetPartialNamebooleanSets new field partial name.
SetPercentageFormatbooleanSets percentage format for field.
SetReadOnlybooleanSets field read only
SetRegularExpbooleanSets regular expression validate string for field.
SetRequiredbooleanSets field required
SetScrollLongTextbooleanSets whether the text field can scroll long text.
SetSpecialFormatbooleanSets special format for field.
SetTimeFormatbooleanSets time format for field.
SetTooltipbooleanSets field tooltip
SetValidateRangebooleanSets validate range for field.
SetValuebooleanSets field value