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

Class: PageFirst

Source Location: /HTML_QuickForm_Controller-1.0.10/examples/statemachine.php

Class Overview

HTML_QuickForm
   |
   --HTML_QuickForm_Page
      |
      --PageFirst

Class representing a page of a multipage form.


Author(s):

Version:

  • Release: 1.0.10

Methods


Inherited Variables

Inherited Methods

Class: HTML_QuickForm_Page

HTML_QuickForm_Page::HTML_QuickForm_Page()
Class constructor
HTML_QuickForm_Page::addAction()
Registers a handler for a specific action.
HTML_QuickForm_Page::buildForm()
Builds a form.
HTML_QuickForm_Page::exportValues()
Returns 'safe' elements' values
HTML_QuickForm_Page::getButtonName()
Returns a name for a submit button that will invoke a specific action.
HTML_QuickForm_Page::handle()
Handles an action.
HTML_QuickForm_Page::isFormBuilt()
Checks whether the form was already built.
HTML_QuickForm_Page::loadValues()
Loads the submit values from the array.
HTML_QuickForm_Page::setDefaultAction()
Sets the default action invoked on page-form submit

Class Details

[line 126]
Class representing a page of a multipage form.

Generally you'll need to subclass this and define your buildForm() method that will build the form. While it is also possible to instantiate this class and build the form manually, this is not the recommended way.



[ Top ]


Method Detail

buildForm   [line 128]

void buildForm( )


Overrides HTML_QuickForm_Page::buildForm() (Builds a form.)
[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:34:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.