为什么有些按钮在Shiny中显示奇怪?

时间:2016-09-21 03:30:32

标签: shiny shiny-server

我的第二个按钮有时显得很奇怪。有谁遇到过同样的情况?任何解决方案?

enter image description here

第二个按钮是下载功能,编码如下:

 <c:catch var="exception">
        <c:if test="${object.class.getDeclaredField(field) ne null}">            
        </c:if>
 </c:catch>

我使用以下样式:

 downloadButton('downloadData', 'Export Keywords'),

我试图在按钮类的css文件下指定宽度和高度。之后,它显示: enter image description here

我认为问题的根源是在运行时缺少按钮的标签。比较html代码时,我发现:

tags$head(
        tags$link(rel = "stylesheet", type = "text/css", href = "bootstrap.css")
#tags$style(HTML('#run{background-color:orange}'))
),

1 个答案:

答案 0 :(得分:0)

从downloadHandler()

中删除以下函数后问题得以解决
  

光泽::验证()