Static
barGenerate a barcode SVG Element by given input and format
SVGElement
string
barcode format
Optional
customOptions: BarcodeOptionscustom options overwrite default. See https://github.com/lindell/JsBarcode/wiki/Options
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.
Returns the resolved value.
The object to query.
The path of the property to get.
The value returned for undefined resolved values.
Static
guidStatic
isStatic
qrGenerate a QR Code SVG Element by given input
SVGElement
string
SVG size
Optional
customOptions: QRCodeOptionscustom options overwrite default. See https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/qrcode
Static
requestReturn a counter value for a defined counter id. The counter must be registered and activated at the server.
A promise of type ICounterResponse
The id of the counter you want to request.
Optional
counterData: ICounterDataThis is the data that you want to send to request the counter.
Static
sanitizeSanitize HTML input to prevent XSS attacks. Supports hf-img tag from HtmlContainer
clean HTML string
HTML string or Node to sanitize
DOMPurify config to tweak sanitizing. https://github.com/cure53/DOMPurify
Static
zipGenerated using TypeDoc
Utilities for the HybridForms API