Static
barGenerate a barcode SVG Element by given input and format
string
barcode format
Optional
customOptions: BarcodeOptionscustom options overwrite default. See https://github.com/lindell/JsBarcode/wiki/Options
SVGElement
Static
copyCopy given value to system clipboard
string
Optional
copyContext: HTMLElementHTMLElement, parent wrapper of the input to copy
Optional
tooltipEl: HTMLElementHTMLElement, element to display the tooltip
Static
decodeHTMLStatic
fillStatic
getGets 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.
Static
guidStatic
isStatic
qrGenerate a QR Code SVG Element by given input
string
SVG size
Optional
customOptions: QRCodeOptionscustom options overwrite default. See https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/qrcode
SVGElement
Static
requestReturn 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.
Optional
counterData: ICounterDataThis is the data that you want to send to request the counter.
A promise of type ICounterResponse
Static
sanitizeSanitize 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
Static
zip
Utilities for the HybridForms API