We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aedbc2c + 7482e46 commit 52f0886Copy full SHA for 52f0886
development/components/helpers/helperoptions.md
@@ -36,7 +36,7 @@ $this->fields_options = [
36
'autoload_rte' => 'true' // Display a TinyMCE editor for textarea field only
37
'suffix' => 'kg', // Display after the field (ie. currency).
38
// For text fields or password fields only.
39
- 'identifier' => 'id_carrier', // The unique ID for the form.
+ 'identifier' => 'id_carrier', // The column name of the id in list rows.
40
'list' => [list do display as options], // For select field only.
41
'empty_message' => $this->module->l('Display if list is empty'), // For select field only
42
'cols' => 40, // For textarea fields only.
0 commit comments