Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TextAreaAttribute.TextAreaAttribute

TextAreaAttribute()
TextAreaAttribute();
def TextAreaAttribute()
TextAreaAttribute(minLines: int, maxLines: int)
TextAreaAttribute(int minLines, int maxLines);
def TextAreaAttribute(minLines as int, maxLines as int)

Parameters

minLinesThe minimum amount of lines the text area will use.
maxLinesThe maximum amount of lines the text area can show before it starts using a scrollbar.

Description

Attribute to make a string be edited with a height-flexible and scrollable text area.