new H_ui_button()
ui.js, line 1559
Methods
-
on_click(event)
ui.js, line 1644 -
Handles click events on the button.
Name Type Description eventEvent The mouse event. -
return_click(event)
ui.js, line 1657 -
Handles Enter key events for the button.
Name Type Description eventEvent The keyboard event. -
set_parent(parent_node)
ui.js, line 1631 -
Sets the parent node for the button.
Name Type Description parent_nodeHTMLElement Parent node.