Login   Register  
PHP Classes
elePHPant
Icontem

Class: awfDialog Wizard

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of AW Ford  >  awfDialog Wizard  >  Download .tar.gz .zip  >  Support forum Support forum (4)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: awfDialog Wizard
Base name: awfdialog
Description: Generate wizard-like Web user interface using AJAX
Related classes: , , , , , , ,
Version: 1.2
PHP version: 5.0
License: GNU General Public License (GPL)
All time users: 1648 users
All time rank: 1980
Week users: 2 users
Week rank: 1744
Picture of AW Ford
Author: AW Ford <e-mail contact>
Packages: 1 Browse this author's classes Browse this author's classes
Country: United States United States - PHP jobs in United States
Age: 42
All time rank: 1361186 in United States United States
Week rank: 1259 Up147 Up in United States United States
Innovation award
Innovation award
Nominee: 1x


  Detailed description  
This class can be used to generate wizard-like Web based user interface using AJAX to avoid reloading the page when advancing to a new step. It features:

- Modal forms dialogs that cannot be closed, or non-modal with an exit button
- Display form icons from a set of icons supplied with this package or from a custom icon set. Icons may have standard 32x32 or 20x20 sizes.
- Wizard display mode that causes the form content region to render in two side-by-side panes
- AJAX wizard buttons to go to the previous and next pages or cancel
- Present the forms with configurable gradient colors
- The user interface elements have unique ID values to allow customization of presentation details via CSS

 

  Groups  
Group folder image HTML HTML generation and processing View top rated classes
Group folder image AJAX Interact with the Web server without page reloading View top rated classes

  Screenshots Screenshots   Freshmeat project   Rate classes User ratings  
  Dependencies   Applications   Related links   Files Files  
  Files folder image Screenshots  
CSS Reference
File Role Description
Accessible without login Image file cssref2.jpg Screen CSS Reference
Accessible without login Image file scr1.jpg Screen Screenshot from the Gradient Builder example
Accessible without login Image file scr2.jpg Screen Another screenshot from the last step of the Gradient Builder example


  Innovation Award  
PHP Programming Innovation award nominee
March 2008
Number 4
Wizard is the name that is called to user interfaces that guide the user through a series of steps that need to be performed to achieve a certain task. This kind of user interfaces is typically found in desktop applications.

It is possible to implement wizards in a Web site by showing a sequence of pages with all the steps. However, multi-page wizard are not as usable as desktop application wizards, as they make the user wait for the next page to load.

This class provides a solution to implement Web based wizards that uses AJAX to minimize the time it takes to load the next page. This way, Web based wizards are practically as usable as desktop application wizards.

Manuel Lemos

  Freshmeat project  
awfDialog Wizard
Project record: awfdialog
Popularity score: 9.11
Vitality score: 1.0

  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Good (83.3%)
Good (91.7%)
Good (91.7%)
Good (91.7%)
-
-
Sufficient (69.2%)
230
Month:
Not yet rated by the users

  Packages needed by this class  
Class Dependency Why it is needed
Gradient Image
Conditional
Needed for gradient title bar suppor (included)

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

  Related links  
Link Description
awfTestLab Official Support Site

  Files folder image Files  
File Role Description
Files folder imageawfDialog (2 files, 3 directories)

  Files  /  Files folder image awfDialog  
File Role Description
Files folder imagelib (3 files, 1 directory)
Files folder imagedocs (7 files, 1 directory)
Files folder imageexamples (2 files, 2 directories)
  Plain text file index.php Aux. documentation redirector
  Plain text file readme.txt Lic. ReadMe File

  Files  /  awfDialog  /  Files folder image lib  
File Role Description
Files folder imageimages (24 files)
  Plain text file awfDialog.php Class Main class file
  Plain text file class.gradient_image.php Class dependecy class
  Plain text file image2.php Aux. class dependency

  Files  /  awfDialog  /  lib  /  Files folder image images  
File Role Description
  Image file exit.gif Icon dependent image
  Image file help.gif Icon dependent image
  Image file icoChat.gif Icon dependent image
  Image file icoConfig.gif Icon dependent image
  Image file icoDownload.gif Icon dependent image
  Image file icoError.gif Icon dependent image
  Image file icoHelp.gif Icon dependent image
  Image file icoInfo.gif Icon dependent image
  Image file icoKey.gif Icon dependent image
  Image file icoLocked.gif Icon dependent image
  Image file icoMail.gif Icon dependent image
  Image file icoMoney.gif Icon dependent image
  Image file icoSearch.gif Icon dependent image
  Image file icoUnlocked.gif Icon dependent image
  Image file icoUpload.gif Icon dependent image
  Image file icoUser.gif Icon dependent image
  Image file icoUsers.gif Icon dependent image
  Image file icoWarn.gif Icon dependent image
  Image file icoWizard.gif Icon dependent image
  Image file wizCancel.gif Icon dependent image
  Image file wizDefault.jpg Icon dependent image
  Image file wizNext.gif Icon dependent image
  Image file wizPrev.gif Icon dependent image
  Image file wizColorPicker.gif Icon color picker button

  Files  /  awfDialog  /  Files folder image docs  
File Role Description
Files folder imageimages (4 files)
  Accessible without login Plain text file changelog.php Doc. Change Log
  Plain text file cssref.php Doc. CSS Reference
  Plain text file docmenu.php Aux. Documentation Menu
  Plain text file index.php Doc. About and Feature List
  Plain text file license.php Doc. License Info
  Plain text file style.css Data stylesheet
  Plain text file usage.php Doc. Detailed property and method reference

  Files  /  awfDialog  /  docs  /  Files folder image images  
File Role Description
  Image file cssref.jpg Icon documentation image
  Image file KLNminiLogo.jpg Icon doc support file
  Image file testlab2.jpg Icon doc support file
  Image file testlabhead.jpg Icon doc support file

  Files  /  awfDialog  /  Files folder image examples  
File Role Description
Files folder imageGradientBuilder (3 files, 1 directory)
Files folder imageSimplePlain (1 file)
  Plain text file style.css Data example stylesheet
  Plain text file examplemenu.php Aux. examples support file

  Files  /  awfDialog  /  examples  /  Files folder image GradientBuilder  
File Role Description
Files folder imagejscolor (4 files)
  Plain text file ajax.js Data client-side ajax javascript for this example
  Plain text file index.php Example Gradient Builder example
  Plain text file steps.php Example server-side ajax callback for this example

  Files  /  awfDialog  /  examples  /  GradientBuilder  /  Files folder image jscolor  
File Role Description
  Image file cross.gif Icon support image
  Image file hv.png Icon support image
  Plain text file jscolor.js Data supporting javascript
  Image file s.gif Icon support image

  Files  /  awfDialog  /  examples  /  Files folder image SimplePlain  
File Role Description
  Plain text file index.php Example Simplest usage example

Download all files: awfdialog.tar.gz awfdialog.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.