Methods
[client]
ish.ui.clearSelection()
Clears any page selection(s) from the browser.
[client]
ish.ui.scrollTo(vElement, bSetHashopt) → {boolean}
- Source:
- See:
Scrolls the browser's viewpoint to the passed DOM element.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
vElement |
element | Value to scroll the browser's viewpoint to. | ||
bSetHash |
boolean |
<optional> |
false
|
Value representing if the document.location.hash is to be set. |
Returns:
Type | Description |
---|---|
boolean | Value representing if the passed value is a valid DOM element. |