| Property Name | Description |
| name | holds the name used for all the layers |
| w | the width of the window |
| h | the height of the window |
| useV | have a vertical scrollbar (default is true) |
| useH | have a horizontal scrollbar (default is false) |
| drawBorder | optionally draws 3 lines on the top and side and bottom to complete a square that matches up with some of the default imageSets - this is an alternative to using window.setMargins() which draws a square completely around the window which may look weird next to some of the imageSets |
| vis | initial visibility |
| z | initial zIndex |
| Method Name | Description |
| imgSet() | use default ImageSet |
| setDim() | set initial dimensions (barW,arrowH,boxH) |
| makeObjects() | creates the sub-objects based on parameters from setDim() |
| build() | assembles the css and div properties to create the layers needed |
| activate() | assigns all DynLayers and gets relevant information to allow the object to function |
| load(url) | loads a page into the window |
| showBlock(i) | shows a particular inline block (use this instead of the ScrollWindow's showBlock()) |
| DynLayer Name | Description |
| lyr | the top-most layer of the Scroll |
| Object Name | Description |
| window | ScrollWindow, loads and manipulates all content |
| barV | vertical ScrollBar |
| barH | horizontal ScrollBar |
| upImg | up image |
| dnImg | down image |
| ltImg | left image |
| rtImg | right image |
| Home | Next Lesson: List Object |