..Hello...I have a new doubt...
How can I implement a layout with several boxes in layers and rendering acording a selection ? Im trying like this:
``
mainPanel(
fluidRow(
column(width=6,offset=0,id="tx",
box(id="box1",
......
),
box(id="box2",
.......
)
)
)
)
Show/hide using js...