Questions API Methods
setScrollablePassagesContextHeight()
Allows the setting of a context height for scrollable passages with fluid heights, e.g. 100%, 60%, etc.
By default, scrollable passages use the window's viewport height as the context for calculating fluid heights. This method is useful if you don't want the context height to be the window height; but rather, the height of another element, e.g. a wrapping div with a dynamic height.
If the string "content"
is passed, the scrollable passages will stretch to the height of the content within, i.e. the scrollbars will be removed.
Arguments
-
height float | integer | string
Return value
None (undefined
).