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

Class: HTML_QuickForm_Action_Display

Source Location: /main/inc/lib/pear/HTML/QuickForm/Action/Display.php

Class Overview

HTML_QuickForm_Action
   |
   --HTML_QuickForm_Action_Display

This action handles the output of the form.


Author(s):

Version:

  • $Revision: 6184 $

Methods


Child classes:

ActionDisplay
Class to render a page in the install wizard.

Inherited Methods

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 34]
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.




Tags:

author:  Alexey Borzov <avb@php.net>
version:  $Revision: 6184 $


[ Top ]


Class Methods


method perform [line 36]

void perform( &$page, $actionName)



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

Parameters:

   &$page  
   $actionName  

[ Top ]

method _renderForm [line 75]

void _renderForm( object HTML_QuickForm_Page &$page)

Actually outputs the form.

If you want to customize the form's appearance (you most certainly will), then you should override this method. There is no need to override perform()




Tags:

access:  public


Overridden in child classes as:

ActionDisplay::_renderForm()
Displays the HTML-code of a page in the wizard

Parameters:

object HTML_QuickForm_Page   &$page   the page being processed

[ Top ]


Documentation generated on Thu, 12 Jun 2008 13:18:56 -0500 by phpDocumentor 1.4.1