Input Type Functions for Power Actions
The use of these functions requires the Power Actions add-on be installed and licensed.
When called, the following functions create an input control on the screen.
- BA_createCheckboxGroup (Power Actions) — Creates a checkbox group.
- BA_createDatePicker (Power Actions) — Creates a date picker.
- BA_createDateTimePicker (Power Actions) — Creates a date time picker.
- BA_createFileUpload (Power Actions) — Creates a file upload field.
- BA_createHtmlContent (Power Actions) — Adds a plain HTML content to the screen.
- BA_createInput (Power Actions) — Creates a simple text input suitable for short values. For longer text values like comments, see BA_createTextArea.
- BA_createMultiSelectList (Power Actions) — Creates a multi select list.
- BA_createRadioGroup (Power Actions) — Creates a radio group.
- BA_createSelectList (Power Actions) — Creates a single select list.
- BA_createSingleCheckbox (Power Actions) — Creates a single checkbox.
- BA_createTextArea (Power Actions) — Creates a text area suitable for longer text values like comments.
- BA_createUserPicker (Power Actions) — Creates a user picker.
- BA_createWikiContent (Power Actions) — Adds wiki-rendered content to the screen.