|
dolibarr 21.0.4
|
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=0, $htmlname='barcodetype_id', $useempty=0) | |
| Print form to select type of barcode. | |
| selectBarcodeType ($selected=0, $htmlname='barcodetype_id', $useempty=0) | |
| Return html form to select type of barcode. | |
| form_barcode_type ($page, $selected=0, $htmlname='barcodetype_id') | |
| Show form to select type of barcode. | |
| formBarcodeType ($page, $selected=0, $htmlname='barcodetype_id') | |
| Return html form to select type of barcode. | |
Class to manage barcode HTML.
Definition at line 31 of file html.formbarcode.class.php.
| FormBarCode::__construct | ( | $db | ) |
Constructor.
Definition at line 49 of file html.formbarcode.class.php.
| FormBarCode::form_barcode_type | ( | $page, | |
| $selected = 0, | |||
| $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 191 of file html.formbarcode.class.php.
References formBarcodeType().
| FormBarCode::formBarcodeType | ( | $page, | |
| $selected = 0, | |||
| $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 205 of file html.formbarcode.class.php.
References $conf, and selectBarcodeType().
Referenced by form_barcode_type().
| FormBarCode::select_barcode_type | ( | $selected = 0, | |
| $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 122 of file html.formbarcode.class.php.
References selectBarcodeType().
| FormBarCode::selectBarcodeType | ( | $selected = 0, | |
| $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 136 of file html.formbarcode.class.php.
References $conf, 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<string,string> | $barcodelist Array of barcodes generators | |
| int | $code_id | Id du code barre |
| string | $idForm | Id of html form, ex id="idform" |
Definition at line 64 of file html.formbarcode.class.php.
References $conf, getDolGlobalString(), and getNonce().