Function __global->alternate_fields_set__end
Definitions
sources/form_templates.php
- Show a field set that has just been finished off.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$set_name | ID_TEXT | required parameter | N/A | N/A | The codename for this field set (blank: just collect raw fields, no actual field set) |
$pretty_name | mixed | required parameter | N/A | N/A | A human intelligible name for this input field, provided in plain-text format (string or Tempcode) |
$description | mixed | required parameter | N/A | N/A | A description for this input field, provided in HTML format (string or Tempcode) |
$fields | Tempcode | required parameter | N/A | N/A | The field set Tempcode |
$required | boolean | required parameter | N/A | N/A | Whether it is required that this field set be filled in |
$existing_image_preview_url | ?URLPATH | Null | N/A | N/A | Image URL to show, of the existing selection for this field (null: N/A) (blank: N/A) |
$raw | boolean | False | N/A | N/A | Whether we just want the raw set contents, without any wrapper field row |
$default_set | string | Blank (empty string) | N/A | N/A | The default set to pre-select |
Return
- The field set
- Type: Tempcode
- Set: N/A
- Range: N/A