|
dolibarr 21.0.0-beta
|
Class to manage generation of HTML components for social contributions management. More...
Public Member Functions | |
| __construct ($db) | |
| Constructor. | |
| select_type_socialcontrib ($selected=0, $htmlname='actioncode', $useempty=0, $maxlen=40, $help=1, $morecss='minwidth300', $noerrorifempty=0) | |
| Return list of social contributions. | |
Class to manage generation of HTML components for social contributions management.
Definition at line 29 of file html.formsocialcontrib.class.php.
| FormSocialContrib::__construct | ( | $db | ) |
Constructor.
Definition at line 47 of file html.formsocialcontrib.class.php.
| FormSocialContrib::select_type_socialcontrib | ( | $selected = 0, | |
| $htmlname = 'actioncode', | |||
| $useempty = 0, | |||
| $maxlen = 40, | |||
| $help = 1, | |||
| $morecss = 'minwidth300', | |||
| $noerrorifempty = 0 ) |
Return list of social contributions.
Use mysoc->country_id or mysoc->country_code so they must be defined.
| int | $selected | Preselected type |
| string | $htmlname | Name of field in form |
| int<0,1> | $useempty Set to 1 if we want an empty value | |
| int | $maxlen | Max length of text in combo box |
| int<0,1> | $help Add or not the admin help picto | |
| string | $morecss | Add more CSS on select |
| int<0,1> | $noerrorifempty No print error if list is empty for the country |
Definition at line 66 of file html.formsocialcontrib.class.php.
References $conf, ajax_combobox(), dol_print_error(), dol_syslog(), and info_admin().