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