...
Required: yes - Obsolete with CB 3.3.3 (Joomla, WP) and CB 3.3.11 (Magento 2) and higher
Valid values: Must be set to ‘#__configbox_strings’
options
Required: no
Valid values: string
Use 'USE_HTMLEDITOR ALLOW_HTML' to display the property as HTML editor.
Use ‘USE_TEXTAREA’ to display the property as multi-line text field (textarea).
Code Block | ||
---|---|---|
| ||
$propDefs['description'] = array(
...
'options'=>'USE_HTMLEDITOR ALLOW_HTML',
...
); |
Property data
When you use your model’s getRecord() or getRecords() methods, then you have the values available by name of the property.
...