【发布时间】:2018-08-02 01:09:32
【问题描述】:
下面是我的用户界面代码
> dashboardHeader(title = uiOutput("flex_logo"),
> tags$li(class = "dropdown",
> tags$a("Help",target="_blank",href="Flex-Forecasting_Usage_Guidelines.pdf",
> style="font-weight: bold;color:white;")),
> tags$li(class = "dropdown",tags$a(href="mailto:flex-forecasting_support@eclerx.com?subject=
> flex-forecasting","Contact us",style="font-weight:
> bold;color:white;")),
> tags$li(class = "dropdown",tags$a("Change password",actionLink("ChangePassword","Change
> Password"),style="font-weight: bold;color:white;")),
> tags$li(class ="dropdown",dropdownMenu(type = "notifications",
> notificationItem(text = "No new notification",status = "success")
> # notificationItem(text = "Nnet & Nnetx takes time to converge",status = "success")
>
> )))
>
>
我希望更改密码按钮的格式和样式与帮助和联系我们相同,但是当我添加操作按钮或操作链接时,无法分别获得相同的格式和对齐方式。
或者,如果我添加一个标记名(更改密码它具有相同的格式,但我想进一步将其与观察功能链接
【问题讨论】:
-
您能否提供一个最小且完全可复制的代码?