Description Usage Arguments Value Examples
Used for getting a text string to pass to a handler. Unlike other gWidgets implementations, this call does not block the R process, so any response to the user must be done through the handler.
1 2 |
message |
message |
text |
initial text for the widget |
title |
title for dialog's window |
icon |
icon ignored here |
parent |
parent container (main window instance) |
handler |
Called if yes is selected, the component
|
action |
passed to any handler |
... |
ignored |
return value ignored, use handler for response
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.