Displaying 2 results from an estimated 2 matches for "tabsetpanel".
Did you mean:
tabbedpanel
2013 Oct 07
1
Color font in verbatim text output in Shiny
Hello!
Is there any way to change the colors (and other characteristics) of the
font that is being used by Shiny when the ui.r code hase some
verbatimTextOutput?
For example, I am producing 2 outputs in two tabs.
mainPanel(
tabsetPanel(
tabPanel("Output 1", verbatimTextOutput("myoutput1")),
tabPanel("Output 2", verbatimTextOutput("myoutput2"))
)
)
Thank you!
Dimitri Liakhovitski
[[alternative HTML version deleted]]
2019 Oct 07
0
Changing HTML Error code message
...= c("A", "B", "C")),
selectInput("Year", "Choose a Year:",
choices = c("2012", "2011")),
downloadButton("downFile", "Download File"),
width = 2),
mainPanel(
tabsetPanel(type = "tabs",
tabPanel("Html Pages", htmlOutput("viewReport"))), width
= 10)
)
)
#IMPORTANT: The two lines below needs to be run just one time unless the
token is deleted
# Create Token
# token <- drop_auth()
# Save token
# saveRDS(tok...