QWizard - Display a series of questions, get the answers, and act on the answers.
QWizard displays a list of grouped questions, and retrieves and processes user-specified answers to the questions. Multiple question/answer sets may be displayed before the answers are dealt with. Once a "commit" action is taken (instigated by the us...
HARDAKER/QWizard-3.15 - 17 Sep 2008 15:27:26 UTC
QWizard::API - Generate questions using an API.
QWizard::API is a wrapper around generating questions for use within a QWizard question set. Functionally, the only reason for doing this is to use an API instead of hand-encoding HASH and ARRAY structures. The result might be slightly less verbose, ...
HARDAKER/QWizard-3.15 - 17 Sep 2008 15:27:26 UTC
QWizard::Storage::SQL - Stores data in a SQL database
Stores data passed to and from a database table through a passed in database handle reference....
HARDAKER/QWizard-3.15 - 17 Sep 2008 15:27:26 UTC
QWizard::Storage::File - Stores data in a file
Stores data passed to it in a file (and in memory for faster lookups). Generally speaking this should *not* be used except when being copied to from another faster storage mechanism (like a QWizard::Storage::Memory object). This module is actually a ...
HARDAKER/QWizard-3.15 - 17 Sep 2008 15:27:26 UTC
QWizard::Storage::Base - Stores data in CGI variables
Stores data passed to it inside of CGI parameters....
HARDAKER/QWizard-3.15 - 17 Sep 2008 15:27:26 UTC
QWizard::Storage::Memory - Stores data in CGI variables
Stores data passed to it inside of CGI parameters....
HARDAKER/QWizard-3.15 - 17 Sep 2008 15:27:26 UTC
QWizard::Plugins::History - Show a QWizard History Widget
The history widget (best used in a sidebar) displays a list of completed and future qwizard screen titles that are in the todo list to finish....
HARDAKER/QWizard-3.15 - 17 Sep 2008 15:27:26 UTC
QWizard::Storage::CGIParam - Stores data in CGI variables
Stores data passed to it inside of CGI parameters....
HARDAKER/QWizard-3.15 - 17 Sep 2008 15:27:26 UTC
QWizard::Plugins::Bookmarks - Adds a bookmark menu to QWizard based applications answers.
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, ...
HARDAKER/QWizard-3.15 - 17 Sep 2008 15:27:26 UTC
QWizard::Storage::CGICookie - Stores data in web cookies. Requires javascript.
Stores data passed to it inside of web cookies. It requires javascript so that the cookies can be set from anywhere including after the HTTP headers have already been sent....
HARDAKER/QWizard-3.15 - 17 Sep 2008 15:27:26 UTC