dolibarr 19.0.3
|
Class to manage generation of HTML components for proposal management. More...
Public Member Functions | |
__construct ($db) | |
Constructor. | |
selectProposalStatus ($selected='', $short=0, $excludedraft=0, $showempty=1, $mode='customer', $htmlname='propal_statut', $morecss='') | |
Return combo list of differents status of a proposal Values are id of table c_propalst. | |
Class to manage generation of HTML components for proposal management.
Definition at line 29 of file html.formpropal.class.php.
FormPropal::__construct | ( | $db | ) |
Constructor.
Definition at line 47 of file html.formpropal.class.php.
FormPropal::selectProposalStatus | ( | $selected = '', | |
$short = 0, | |||
$excludedraft = 0, | |||
$showempty = 1, | |||
$mode = 'customer', | |||
$htmlname = 'propal_statut', | |||
$morecss = '' ) |
Return combo list of differents status of a proposal Values are id of table c_propalst.
string | $selected | Preselected value |
int | $short | Use short labels |
int | $excludedraft | 0=All status, 1=Exclude draft status |
int | $showempty | 1=Add empty line |
string | $mode | 'customer', 'supplier' |
string | $htmlname | Name of select field |
string | $morecss | More css |
Definition at line 65 of file html.formpropal.class.php.
References ajax_combobox(), dol_print_error(), and dol_syslog().