iconFA()
iconFA(
name,handler?,tooltipMsg?):HTMLElement
Defined in: ui.ts:249
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 | ((this, ev) => any) | null | null | - |
tooltipMsg | string | null | null | - |
Returns
HTMLElement