Re: overview of type of fields

Originally Posted by
maus hi all,
i'm customizing my modules, but i'm looking for an overview on how to create fields.
for example i'm trying to add a checkbox, i thought it should be something like this:
$dictionary['Contact']['checkbox']['particulier'] = array (
'name' => 'particulier',
'vname' => 'LBL_PARTICULIER',
'type' => 'bool',
'comment' => ''
);
but this doesn't work, is there maybe a document with an overview of the different fields with corresponding types.
and other things i need to implement fields.
thx in advance !
greetings maurice
$dictionary['Contact']['fields']['particulier'] = array (
'name' => 'particulier',
'vname' => 'LBL_PARTICULIER',
'type' => 'bool',
'comment' => ''
);
Mike Solomon
Development Manager
Ivy Ltd
www.ivy.ltd.uk]www.ivy.ltd.uk
php version 5.2.6
MySql 5.1.59
Bookmarks