Solstice::OnloadService - Allows applications to attach Javascript events to the page's onload event.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::OnloadService - Allows applications to attach Javascript events to the page's onload event.

SYNOPSIS

Top

  use Solstice::OnloadService;

DESCRIPTION

Top

Superclass

Solstice::Service

Export

No symbols exported.

Methods

new()

Creates a new Solstice::OnloadService object.

addEvent($str)
getEvents()
setFocusTarget($id)
getFocusTarget()
setScrollTarget($id)
getScrollTarget()

Private Methods

_getClassName()

Return the class name. Overridden to avoid a ref() in the superclass.

Modules Used

Solstice::Service, StringLibrary (StringLibrary).

AUTHOR

Top

Catalyst Group, <catalyst@u.washington.edu>

VERSION

Top

$Revision: 3364 $

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.