File/button-defs.php

Description
Classes
Class Description
 class button A standard button for a form. Does nothing unless you define an onclick event handler for it.
 class image_button Image button.
 class hover_button Hover button.
 class submit_button Submit button
 class reset_button Reset button A standard form reset button appearing as the standard grey widget.
 class Link Clickable link
Includes
 include_once ("image-defs.php") (line 37)

Image classes

Constants
STD_ONCLICK = "STD_ONCLICK" (line 46)

This value is used with buttons. If specified in place of

the $onclick parameter when making a button, it will format the default onclick call, which dovetails in with our framework for navigating the site with calls to "nav-action.php".

STD_ONCLICK_NEWWIN = "STD_ONCLICK_NEWWIN" (line 51)

Same as above, execpt we are indicating that we want the action to be directed to a new window.

Documentation generated by phpDocumentor 1.3.0RC3