casagui.bokeh.models._tip_button

Module Contents

Classes

TipButton

A button with a help symbol that displays additional text when hovered

class casagui.bokeh.models._tip_button.TipButton(*args, **kwargs)

A button with a help symbol that displays additional text when hovered over or clicked.

on_click(handler: bokeh.util.callback_manager.EventCallback) None

Set up a handler for button clicks.

Parameters:

handler (func) – handler function to call when button is clicked.

Returns:

None

js_on_click(handler: bokeh.models.callbacks.Callback) None

Set up a JavaScript handler for button clicks.