Group
class Group (View source)
The form group component.
Methods
static string
render(object $Automad, array $keys, array $data = array(), string $addVariableIdPrefix = false, object $Theme = false)
Create form fields for page/shared variables.
Details
at line 70
static string
render(object $Automad, array $keys, array $data = array(), string $addVariableIdPrefix = false, object $Theme = false)
Create form fields for page/shared variables.
Passing a string for $addVariableIdPrefix will create the required markup for a modal dialog to add variables. Note used prefix must match the ID selectors defined in 'add_variable.js'.