dolibarr
x.y.z
|
Class to manage generation of HTML components for proposal management. More...
Public Member Functions | |
__construct ($db) | |
Constructor. More... | |
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. More... | |
Class to manage generation of HTML components for proposal management.
Definition at line 29 of file html.formpropal.class.php.
FormPropal::__construct | ( | $db | ) |
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.