Skip to end of banner
Go to start of banner

BA_createInput

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 5 Next »

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