StaticbarGenerate a barcode SVG Element by given input and format
string
barcode format
OptionalcustomOptions: BarcodeOptionscustom options overwrite default. See https://github.com/lindell/JsBarcode/wiki/Options
SVGElement
StaticcopyCopy given value to system clipboard
string
OptionalcopyContext: HTMLElementHTMLElement, parent wrapper of the input to copy
OptionaltooltipEl: HTMLElementHTMLElement, element to display the tooltip
StaticdecodeHTMLDecodes a given HTML string.
decoded HTML string
StaticfillFill out multiple form fields by given form data object.
StaticgetGets the value at path of object. If the resolved value is undefined, the defaultValue is returned in its place.
The object to query.
The path of the property to get.
The value returned for undefined resolved values.
Returns the resolved value.
StaticguidGenerates a guid.
StaticisChecks if a variable has a value.
StaticqrGenerate a QR Code SVG Element by given input
string
SVG size
OptionalcustomOptions: QRCodeOptionscustom options overwrite default. See https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/qrcode
SVGElement
StaticrequestReturn a counter value for a defined counter id. The counter must be registered and activated at the server.
The id of the counter you want to request.
OptionalcounterData: ICounterDataThis is the data that you want to send to request the counter.
A promise of type ICounterResponse
StaticsanitizeSanitize HTML input to prevent XSS attacks. Supports hf-img tag from HtmlContainer
HTML string or Node to sanitize
DOMPurify config to tweak sanitizing. https://github.com/cure53/DOMPurify
clean HTML string
StaticzipReturns a JSZip node module instance for working with ZIPs
Optionalinput: stringOptionalwidth: numberOptionalheight: number
Utilities for the HybridForms API