NAME

QWizard::Plugins::Bookmarks - Adds a bookmark menu to QWizard based applications answers.

SYNOPSIS

use QWizard;
use QWizard::Storage::File;
use QWizard::Plugins::Bookmarks;

my $qw = new QWizard( ... );
my $storage = new QWizard::Stoarge::File(file => "/path/to/file");
bookmarks_init($qw, $storage);

DESCRIPTION

This module simply adds in a menu at the top of all QWizard screens to create and, display and jump to bookmarks. The bookmarks_init function needs access to the already created qwizard object and a QWizard storage container (SQL or File based ones, for example, work well).

The bookmarks will not be shown if the qw_nobookmarks preference is set to a true value.

AUTHOR

Wes Hardaker, hardaker@users.sourceforge.net

SEE ALSO

perl(1)

Net-Policy: http://net-policy.sourceforge.net/