dolibarr 21.0.0-alpha
dict.php File Reference

Page to administer dictionary data tables. More...

Go to the source code of this file.

Functions

 fieldList ($fieldlist, $obj=null, $tabname='', $context='')
 Show fields in insert/edit mode.
 

Detailed Description

Page to administer dictionary data tables.

Definition in file dict.php.

Function Documentation

◆ fieldList()

fieldList ( $fieldlist,
$obj = null,
$tabname = '',
$context = '' )

Show fields in insert/edit mode.

Parameters
array$fieldlistArray of fields
Object$objIf we show a particular record, obj is filled with record fields
string$tabnameName of SQL table
string$context'add'=Output field for the "add form", 'edit'=Output field for the "edit form", 'hide'=Output field for the "add form" but we don't want it to be rendered
Returns
string '' or value of entity into table

Definition at line 2636 of file dict.php.