projects/mobile/components/device/barcode-scanner/src/barcode-scanner.component.doc.ts
The wmBarcodescanner component defines the barcode-scanner widget.
Methods |
Inputs |
onSuccess | ||||||||||||
onSuccess($event: MouseEvent, widget: any)
|
||||||||||||
This event handler is called whenever a success event is triggered.
Parameters :
Returns :
void
|
barcodeformat |
Type : string
|
Default value : 'ALL'
|
Format of bar code to scan. Allowed Values: |
caption |
Type : string
|
This property specifies the label of the barcode-scanner. Bindable: |
class |
Type : string
|
Class of the widget. |
horizontalalign |
Type : string
|
This property specifies how the elements should be aligned horizontally. Allowed Values:
|
iconclass |
Type : string
|
Default value : 'glyphicon glyphicon-barcode'
|
This property specifies CSS class of the icon. Bindable: |
iconsize |
Type : string
|
Default value : '2em'
|
This property specifies size of the icon. Value has to be specified along with the units (em or px). |
name |
Type : string
|
Name of the barcode-scanner widget. |
show |
Type : boolean
|
Default value : true
|
This property will be used to show/hide the barcodescanner widget. Bindable: |