new H_ui_prompt()
ui.js, line 1618
Methods
-
clean()
ui.js, line 1710 -
Cleans up the prompt dialog.
Removes event listeners and DOM elements. -
hide_buttons(event)
ui.js, line 1733 -
Hides the prompt buttons.
Name Type Description eventEvent The event. -
on_click_button(event)
ui.js, line 1698 -
Handles click events on prompt buttons.
Name Type Description eventEvent The mouse event. -
on_key_press(event)
ui.js, line 1721 -
Handles key press events for prompt buttons.
Name Type Description eventEvent The keyboard event. -
show_buttons(event)
ui.js, line 1741 -
Shows the prompt buttons.
Name Type Description eventEvent The event.