Class SS.control.logo
SS.control.logo Control which displays the Spiderscript Logo (default) or an alternative logo.
Defined in: SS.control.logo.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
|
Identifier of the logo control.
|
|
|
Image URL.
|
|
|
Redirect if user clicks on logo (default = true), else false - open new window.
|
|
|
Image URL.
|
|
|
URL to redirect when user clicks on logo.
|
| Method Attributes | Method Name and Description |
|---|---|
|
render()
Renders the logo on the page.
|
Field Detail
id
Identifier of the logo control.
image
Image URL. Alternatively use SS.control.logo.src
redirect
Redirect if user clicks on logo (default = true), else false - open new window.
src
Image URL. Alternatively use SS.control.logo.image
url
URL to redirect when user clicks on logo.
Method Detail
render()
Renders the logo on the page.
- Returns:
- null
