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