Reference Source
public class | source

TextArea

Represents a ui textarea

See:

Constructor Summary

Public Constructor
public

Constructor

Method Summary

Public Methods
public

value(optional: String): String

Gets or sets the value of the control

Public Constructors

public constructor(id: String) source

Constructor

Params:

NameTypeAttributeDescription
id String

textarea id

Public Methods

public value(optional: String): String source

Gets or sets the value of the control

Params:

NameTypeAttributeDescription
optional String

Sets the value of the control

Return:

String

Gets the value of the control(When no arguments are passed)