toolkit.nonScrollingWrapper {shinylight}R Documentation

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.

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.

Value

The wrapper.


[Package shinylight version 1.2 Index]