toolkit.verticalDivide {shinylight}R Documentation

JavaScript function: Left/right panels with a draggable divider.

Description

Returns a Positioned Element with a draggable vertical divider bordering two other Positioned Elements.

Arguments

container

toolkit.HTMLPositionedElement The container to divide. If null, a container will be created for you.

left

toolkit.HTMLPositionedElement The element to put on the left of the divider.

right

toolkit.HTMLPositionedElement The element to put on the right of the divider.

Value

The element created. If a container was provided it is this argument.


[Package shinylight version 1.2 Index]