dolibarr 18.0.6
|
Class to manage barcode HTML. More...
Public Member Functions | |
__construct ($db) | |
Constructor. | |
setBarcodeEncoder ($selected, $barcodelist, $code_id, $idForm='formbarcode') | |
Return HTML select with list of bar code generators. | |
select_barcode_type ($selected='', $htmlname='barcodetype_id', $useempty=0) | |
Print form to select type of barcode. | |
selectBarcodeType ($selected='', $htmlname='barcodetype_id', $useempty=0) | |
Return html form to select type of barcode. | |
form_barcode_type ($page, $selected='', $htmlname='barcodetype_id') | |
Show form to select type of barcode. | |
formBarcodeType ($page, $selected='', $htmlname='barcodetype_id') | |
Return html form to select type of barcode. | |
Class to manage barcode HTML.
Definition at line 30 of file html.formbarcode.class.php.
FormBarCode::__construct | ( | $db | ) |
Constructor.
Definition at line 48 of file html.formbarcode.class.php.
FormBarCode::form_barcode_type | ( | $page, | |
$selected = '', | |||
$htmlname = 'barcodetype_id' ) |
Show form to select type of barcode.
string | $page | Page |
int | $selected | Id condition preselected |
string | $htmlname | Nom du formulaire select |
Definition at line 190 of file html.formbarcode.class.php.
References formBarcodeType().
FormBarCode::formBarcodeType | ( | $page, | |
$selected = '', | |||
$htmlname = 'barcodetype_id' ) |
Return html form to select type of barcode.
string | $page | Page |
int | $selected | Id condition preselected |
string | $htmlname | Nom du formulaire select |
Definition at line 204 of file html.formbarcode.class.php.
References selectBarcodeType().
Referenced by form_barcode_type().
FormBarCode::select_barcode_type | ( | $selected = '', | |
$htmlname = 'barcodetype_id', | |||
$useempty = 0 ) |
Print form to select type of barcode.
int | $selected | Id code pre-selected |
string | $htmlname | Name of HTML select field |
int | $useempty | Affiche valeur vide dans liste |
Definition at line 121 of file html.formbarcode.class.php.
References selectBarcodeType().
FormBarCode::selectBarcodeType | ( | $selected = '', | |
$htmlname = 'barcodetype_id', | |||
$useempty = 0 ) |
Return html form to select type of barcode.
int | $selected | Id code pre-selected |
string | $htmlname | Name of HTML select field |
int | $useempty | Display empty value in select |
Definition at line 135 of file html.formbarcode.class.php.
References ajax_combobox(), and dol_print_error().
Referenced by formBarcodeType(), and select_barcode_type().
FormBarCode::setBarcodeEncoder | ( | $selected, | |
$barcodelist, | |||
$code_id, | |||
$idForm = 'formbarcode' ) |
Return HTML select with list of bar code generators.
int | $selected | Id code pre-selected |
array | $barcodelist | Array of barcodes generators |
int | $code_id | Id du code barre |
int | $idForm | Id du formulaire |
Definition at line 63 of file html.formbarcode.class.php.
References getNonce().