HTML_QuickForm_Controller
[ class tree: HTML_QuickForm_Controller ] [ index: HTML_QuickForm_Controller ] [ all elements ]

Class: ActionDisplay

Source Location: /HTML_QuickForm_Controller-1.0.7/examples/tabbed.php

Class Overview

HTML_QuickForm_Action
   |
   --HTML_QuickForm_Action_Display
      |
      --ActionDisplay

This action handles the output of the form.


Author(s):

Version:

  • $Revision: 1.6 $

Inherited Variables

Inherited Methods

Class: HTML_QuickForm_Action_Display

HTML_QuickForm_Action_Display::perform()
HTML_QuickForm_Action_Display::_renderForm()
Actually outputs the form.

Class: HTML_QuickForm_Action

HTML_QuickForm_Action::perform()
Processes the request. This method should be overriden by child classes to provide the necessary logic.

Class Details

[line 114]
This action handles the output of the form.

If you want to customize the form display, subclass this class and override the _renderForm() method, you don't need to change the perform() method itself.

  • Version: $Revision: 1.6 $
  • Author: Alexey Borzov <avb@php.net>


[ Top ]


Documentation generated on Sat, 14 Oct 2006 08:32:21 -0400 by phpDocumentor 1.3.0. PEAR Logo Copyright © PHP Group 2004.