Skip to end of banner
Go to start of banner

BA_createInput (Power Actions)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The use of these routines requires the Power Actions add-on be installed and licensed.

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

Description

Creates a simple text input suitable for short values. For longer text values like comments, see BA_createTextArea.

Parameters

Return Type

None

The returned value has no meaning

Example

BA_createInput("input 1", "", false, false, "description of field 1");
BA_createInput("input 2", "default value for field 2", false, false, "description of field 2");
BA_createInput("input 3", "read-only default value for field 3", true, false, "description of field 3");

See also

  • No labels