The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IWL::Page::Body - the <body> markup

INHERITANCE

IWL::Object -> IWL::Widget -> IWL::Page::Body

DESCRIPTION

Body is a specific object, that is only usable from Page, and should not be used otherwise.

SIGNALS

load

Fires when the user agent finishes loading all content within a document, including window, frames, objects and images

unload

Fires when the user agent removes all content from a window or frame

beforeunload

Fires before a document is unloaded

abort

Fires when the page is stopped from loading before completely loaded

error

Fires when the page cannot be loaded properly

resize

Fires when a document view is resized

scroll

Fires when a document view is scrolled

LICENCE AND COPYRIGHT

Copyright (c) 2006-2007 Viktor Kojouharov. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perldoc perlartistic.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.