Learn R Programming

shinylight (version 1.1.2)

toolkit.nonScrollingWrapper: JavaScript function: Returns a Positioned Element just containing one element.

Description

This element does not gain scrollbars if it is too large for this returned container, and it will try to take up its full size in the layout.

Value

The wrapper.

Arguments

element

HTMLElement The element to be wrapped

verticalPadding

int The number of extra pixels above the element's height to use as the returned element's default height.

horizontalPadding

int The number of extra pixels above the element's width to use as the returned element's default width.