new H_ui_prompt()
ui.js, line 1669
Methods
-
clean()
ui.js, line 1761 -
Cleans up the prompt dialog.
Removes event listeners and DOM elements. -
hide_buttons(event)
ui.js, line 1784 -
Hides the prompt buttons.
Name Type Description eventEvent The event. -
on_click_button(event)
ui.js, line 1749 -
Handles click events on prompt buttons.
Name Type Description eventEvent The mouse event. -
on_key_press(event)
ui.js, line 1772 -
Handles key press events for prompt buttons.
Name Type Description eventEvent The keyboard event. -
show_buttons(event)
ui.js, line 1792 -
Shows the prompt buttons.
Name Type Description eventEvent The event.