class SAPO.Widget.SimpleSlide
 requires SAPO.Dom.Selector
 requires SAPO.Dom.Event
 requires SAPO.Dom.Css
 
Defined in Widget/SimpleSlide/2.1/lib.js

Constructor Summary
SimpleSlide ([Object options])

Constructor Details

constructor SimpleSlide

SimpleSlide([Object options])
Parameters:
[options]
  • [ String DOMElement target ]
  • [ String id ]
  • [ Number delay ]
  • [ String width ]
  • required Array data
  • [ DOMElements dom ]
  • [ Number current ]
  • [ Boolean play ]
  • [ Function createContent ] - Must be a function and return a element
  • [ String firstTagName ]
  • [ Boolean hasFlash ]
  • [ Function callBack ]
  • [ String cssURI ]
  • [ Boolean loadCSS ]
  • [ Boolean debug ]