我有以下用于模態對話框的代碼。我需要洗掉 dimiss 按鈕,以便對話框在代碼執行期間保持持久
showModal( modalDialog(title = "Processing",
HTML("Dont close the browser window<br>
This could take up to a minute"),
easyClose = FALSE,
fade = T))

uj5u.com熱心網友回復:
使用footer引數 footer = NULL::
showModal(modalDialog(title = "Processing",
HTML("Dont close the browser window<br>
This could take up to a minute"),
easyClose = FALSE,
footer = NULL,
fade = T))
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/338641.html
標籤:r
下一篇:如何自動多次更換?
