Spiderscript Home
Class Index | File Index

Classes




Spiderscript Home
Class Index | File Index

Classes




Class SS.control.logo

SS.control.logo Control which displays the Spiderscript Logo (default) or an alternative logo.
Defined in: SS.control.logo.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
id
Identifier of the logo control.
 
Image URL.
 
Redirect if user clicks on logo (default = true), else false - open new window.
 
src
Image URL.
 
url
URL to redirect when user clicks on logo.
Method Summary
Method Attributes Method Name and Description
 
Renders the logo on the page.
Class Detail
SS.control.logo()
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

Documentation generated by JsDoc Toolkit 2.1.0 on Wed Sep 30 2009 09:31:09 GMT+0100 (BST)