Description Usage Arguments Value Author(s)
modalDialog
generates a dialog box prompting the user to
enter a list of text before the process continues. Based on scripts
provided in http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/
1 2 | modalDialog(title,itemlist,entryInit,entryWidth=20,
returnValOnCancel="ID_CANCEL")
|
title |
Title for the dialog box |
itemlist |
Character vector of names that the user must correct |
entryInit |
Default string to fill in the entries |
entryWidth |
Width of entry string |
returnValOnCancel |
Value for script to return if canceled |
Character vector of user entries.
Lester L. Yuan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.