Class ScrollableHtmlBox
Define a ScrollableHtmlBox block to be displayed into a JBlocks.
- Defined in: jblocks.block.scrollablehtmlbox.js
- Extends Box
Constructor Attributes | Constructor Name and Description |
---|---|
A ScrollableHtmlBox block wraps a ScrollableHtml block into a box, so it can be maximized or closed. |
Method Summary
Class Detail
ScrollableHtmlBox()
A ScrollableHtmlBox block wraps a ScrollableHtml block into a box, so it can be maximized or closed.
The constructor should not be invoked directly but Box#newBlock or Box#addNewBlock should be used instead.
- See:
- ScrollableHtml
Method Detail
-
init(layout, options)Initializes a ScrollableHtml block. The method is invoked by the jBlocks core and must never be called directly.