/
KenedoProperty Type ID
KenedoProperty Type ID
PHP class: KenedoPropertyId
Recommended column type: INT UNSIGNED NOT NULL PRIMARY KEY
You use the type ‘id’ for the primary key column of your dataset.
The property adds checkboxes and the ID values in lists. In edit forms the property is invisible.
Important note: ‘id’ properties must be named ‘id’ as well.
Typical property settings:
$propDefs['id'] = array(
'name' => 'id',
'type' => 'id',
'label' => KText::_('ID'),
'canSortBy' => true,
);
, multiple selections available,
Related content
Kenedo Properties
Kenedo Properties
More like this
KenedoProperty Type Dropdown
KenedoProperty Type Dropdown
More like this
KenedoProperty Type Boolean
KenedoProperty Type Boolean
More like this
KenedoProperty Type String
KenedoProperty Type String
More like this
KenedoProperty Type Radio
KenedoProperty Type Radio
More like this
KenedoProperty Type Join
KenedoProperty Type Join
More like this