Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/fortran/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Tabs RStudio闪亮选项卡设置面板位置=";对",;_Tabs_Shiny_Rstudio - Fatal编程技术网

Tabs RStudio闪亮选项卡设置面板位置=";对",;

Tabs RStudio闪亮选项卡设置面板位置=";对",;,tabs,shiny,rstudio,Tabs,Shiny,Rstudio,我使用的是RStudio v0.99.473和Shining v0.13.0。在我的页面上,fluidRow中有一个tabsetPanel,上面有多个选项卡。我可以使用可选的position=“follow”将卡舌的位置从fluidRow的顶部移动到底部。但是,当我将位置设置为“左”或“右”时,选项卡仍位于页面顶部。我尝试输入type=“tabs”以确保它不是“pills”类型,但这没有任何区别。有人能给我解释一下为什么这不起作用吗 以下代码起作用: tabsetPanel(position =

我使用的是RStudio v0.99.473和Shining v0.13.0。在我的页面上,fluidRow中有一个tabsetPanel,上面有多个选项卡。我可以使用可选的position=“follow”将卡舌的位置从fluidRow的顶部移动到底部。但是,当我将位置设置为“左”或“右”时,选项卡仍位于页面顶部。我尝试输入type=“tabs”以确保它不是“pills”类型,但这没有任何区别。有人能给我解释一下为什么这不起作用吗

以下代码起作用:

tabsetPanel(position = "below",
  tabPanel("Plot), 
  tabPanel("Summary"), 
  tabPanel("Table")
)
此代码不存在,选项卡保持在默认位置,如上所示

tabsetPanel(position = "right",
  tabPanel("Plot"), 
  tabPanel("Summary"), 
  tabPanel("Table")
)

是的,这是不幸的。Bootstrap3取消了将标签定位在“上方”以外的任何位置的功能(许多其他人都有)。有关使用css解决此问题的想法,请参见。正因为如此,我们将在Shining中弃用
tabsetPanel()
position
参数。抱歉:(

是的,这是不幸的。Bootstrap 3已经删除了将选项卡放置在“上方”以外的任何位置的功能(许多其他人都有)。有关使用css解决此问题的想法,请参阅。因此,我们将在Shining中弃用
position
参数的
tabsetPanel()
。抱歉:(