iconFA()
iconFA(
name
,handler
,tooltipMsg
):HTMLElement
Returns a font-awesome icon with the specified name, handler, and tooltip. Example: https://public.datagrok.ai/js/samples/ui/components/icons
Parameters
Parameter | Type | Default value | Description |
---|---|---|---|
name | string | undefined | icon name (omit the "fa-" prefix) |
handler | null | (this , ev ) => any | null | |
tooltipMsg | null | string | null |
Returns
HTMLElement