Textarea Item

Description

Declaration

<textarea
    name        = ""
    data-type   = "char"
    column-name = ""
    rows        = "" >
</textarea>

Properties

name property

Mandatory : yes Unique : yes Data Type : char Default Value: - Predefined Values Allowed: -

data-type property

Mandatory : yes Unique : no Data Type : char Default Value: text Predefined Values Allowed: { text | submit | button | checkbox | radio }

column-name Property

Mandatory : no Unique : no Data Type : char Default Value: - Predefined Values Allowed: -

rows Property

Mandatory : no Unique : no Data Type : number Default Value: - Predefined Values Allowed: -

Triggers

Allowed Inner HTML Elements

None

Last updated