Molybden API
|
The BrowserDelegates::onPrompt action arguments. More...
#include <browser_delegates.hpp>
Public Attributes | |
std::shared_ptr< Browser > | browser |
The browser instance initiated this action. | |
std::string | title |
The localized dialog title. | |
std::string | message |
The text passed to the window.prompt() JavaScript function. | |
std::string | ok_action_text |
The localized text of the "Ok" action. | |
std::string | cancel_action_text |
The localized text of the "Cancel" action. | |
The BrowserDelegates::onPrompt action arguments.