BA_createTextArea

The use of this routine requires the Power Actions add-on be installed and licensed.

Description

Creates a text area suitable for longer text values like comments.

Parameters

Return Type

None

The returned value has no meaning

Example

BA_createTextArea("text 1", "", false , 5, false, "description 1"); BA_createTextArea("text 2", "mini textarea", false , 2, false, "description 2"); BA_createTextArea("text 3", "maxi textarea", true , 10, false, "description 3");

See also