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

Element index for package HTML_QuickForm_Controller

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ w ]

a

addAction
in file Controller.php, method HTML_QuickForm_Controller::addAction()
    Registers a handler for a specific action.
addAction
in file Page.php, method HTML_QuickForm_Page::addAction()
    Registers a handler for a specific action.
addPage
in file Controller.php, method HTML_QuickForm_Controller::addPage()
    Adds a new page to the form
applyDefaults
in file Controller.php, method HTML_QuickForm_Controller::applyDefaults()
    Sets the default values for the given page
Action.php
procedural page Action.php
ActionDisplay
in file tabbed.php, class ActionDisplay
    This action handles output of the form.
ActionProcess
in file statemachine.php, class ActionProcess
    Class representing an action to perform on HTTP request.
ActionUpload
in file upload.php, class ActionUpload
    Class representing an action to perform on HTTP request.
addGlobalSubmit
in file tabbed.php, method TabbedPage::addGlobalSubmit()
top

b

buildForm
in file Page.php, method HTML_QuickForm_Page::buildForm()
    Builds a form.
Back.php
procedural page Back.php
buildForm
in file tabbed.php, method PageFoo::buildForm()
buildForm
in file tabbed.php, method PageBaz::buildForm()
buildForm
in file upload.php, method Page_CMS_Fill::buildForm()
buildForm
in file upload.php, method Page_CMS_Layout::buildForm()
buildForm
in file wizard.php, method PageSecond::buildForm()
buildForm
in file upload.php, method Page_CMS_Preview::buildForm()
buildForm
in file regWizard.php, method Page_Account_Credentials::buildForm()
buildForm
in file tabbed.php, method PageBar::buildForm()
buildForm
in file simple.php, method SimplePage::buildForm()
buildForm
in file regWizard.php, method Page_Account_Information::buildForm()
buildForm
in file statemachine.php, method PageFirst::buildForm()
buildForm
in file statemachine.php, method PageSecondAlpha::buildForm()
buildForm
in file statemachine.php, method PageThird::buildForm()
buildForm
in file statemachine.php, method PageSecondBeta::buildForm()
buildTabs
in file tabbed.php, method TabbedPage::buildTabs()
top

c

$controller
in file Page.php, variable HTML_QuickForm_Page::$controller
    Contains a reference to a Controller object containing this page
comparePassword
in file regWizard.php, function comparePassword()
container
in file Controller.php, method HTML_QuickForm_Controller::container()
    Returns a reference to a session variable containing the form-page values and pages' validation status.
Controller.php
procedural page Controller.php
top

d

Direct.php
procedural page Direct.php
Display.php
procedural page Display.php
top

e

exportValue
in file Controller.php, method HTML_QuickForm_Controller::exportValue()
    Returns the element's value
exportValues
in file Page.php, method HTML_QuickForm_Page::exportValues()
    Returns 'safe' elements' values
exportValues
in file Controller.php, method HTML_QuickForm_Controller::exportValues()
    Returns the form's values
top

f

findInvalid
in file Controller.php, method HTML_QuickForm_Controller::findInvalid()
    Finds the (first) invalid page
top

g

getActionName
in file Controller.php, method HTML_QuickForm_Controller::getActionName()
    Extracts the names of the current page and the current action from HTTP request data.
getButtonName
in file Page.php, method HTML_QuickForm_Page::getButtonName()
    Returns a name for a submit button that will invoke a specific action.
getNextName
in file Controller.php, method HTML_QuickForm_Controller::getNextName()
    Returns the name of the page after the given.
getPage
in file Controller.php, method HTML_QuickForm_Controller::getPage()
    Returns a page
getPrevName
in file Controller.php, method HTML_QuickForm_Controller::getPrevName()
    Returns the name of the page before the given.
top

h

handle
in file Controller.php, method HTML_QuickForm_Controller::handle()
    Handles an action.
handle
in file Page.php, method HTML_QuickForm_Page::handle()
    Handles an action.
HTML_QuickForm_Action
in file Action.php, class HTML_QuickForm_Action
    Class representing an action to perform on HTTP request.
HTML_QuickForm_Action_Back
in file Back.php, class HTML_QuickForm_Action_Back
    The action for a 'back' button of wizard-type multipage form.
HTML_QuickForm_Action_Direct
in file Direct.php, class HTML_QuickForm_Action_Direct
    This action allows to go to a specific page of a multipage form.
HTML_QuickForm_Action_Display
in file Display.php, class HTML_QuickForm_Action_Display
    This action handles output of the form.
HTML_QuickForm_Action_Jump
in file Jump.php, class HTML_QuickForm_Action_Jump
    This action performs HTTP redirect to a specific page.
HTML_QuickForm_Action_Next
in file Next.php, class HTML_QuickForm_Action_Next
    The action for a 'next' button of wizard-type multipage form.
HTML_QuickForm_Action_Submit
in file Submit.php, class HTML_QuickForm_Action_Submit
    The action for a 'submit' button.
HTML_QuickForm_Controller
in file Controller.php, method HTML_QuickForm_Controller::HTML_QuickForm_Controller()
    Class constructor.
HTML_QuickForm_Controller
in file Controller.php, class HTML_QuickForm_Controller
    The class representing a Controller of MVC design pattern.
HTML_QuickForm_Page
in file Page.php, class HTML_QuickForm_Page
    Class representing a page of a multipage form.
HTML_QuickForm_Page
in file Page.php, method HTML_QuickForm_Page::HTML_QuickForm_Page()
    Class constructor
top

i

isFormBuilt
in file Page.php, method HTML_QuickForm_Page::isFormBuilt()
    Checks whether the form was already built.
isModal
in file Controller.php, method HTML_QuickForm_Controller::isModal()
    Checks whether the form is modal.
isValid
in file Controller.php, method HTML_QuickForm_Controller::isValid()
    Checks whether the pages of the controller are valid
top

j

Jump.php
procedural page Jump.php
top

l

loadValues
in file Page.php, method HTML_QuickForm_Page::loadValues()
    Loads the submit values from the array.
top

n

Next.php
procedural page Next.php
top

p

Page.php
procedural page Page.php
perform
in file Next.php, method HTML_QuickForm_Action_Next::perform()
perform
in file Submit.php, method HTML_QuickForm_Action_Submit::perform()
perform
in file Jump.php, method HTML_QuickForm_Action_Jump::perform()
perform
in file Display.php, method HTML_QuickForm_Action_Display::perform()
perform
in file Back.php, method HTML_QuickForm_Action_Back::perform()
perform
in file Direct.php, method HTML_QuickForm_Action_Direct::perform()
perform
in file Action.php, method HTML_QuickForm_Action::perform()
    Processes the request. This method should be overriden by child classes to provide the necessary logic.
PageBar
in file tabbed.php, class PageBar
    Class representing a page of a multipage form.
PageBaz
in file tabbed.php, class PageBaz
    Class representing a page of a multipage form.
PageFirst
in file statemachine.php, class PageFirst
    Class representing a page of a multipage form.
PageFirstActionNext
in file statemachine.php, class PageFirstActionNext
    The action for a 'next' button of wizard-type multipage form.
PageFoo
in file tabbed.php, class PageFoo
    Class representing a page of a multipage form.
PageSecond
in file wizard.php, class PageSecond
    Class representing a page of a multipage form.
PageSecondActionBack
in file statemachine.php, class PageSecondActionBack
    The action for a 'back' button of wizard-type multipage form.
PageSecondActionNext
in file statemachine.php, class PageSecondActionNext
    The action for a 'next' button of wizard-type multipage form.
PageSecondAlpha
in file statemachine.php, class PageSecondAlpha
    Class representing a page of a multipage form.
PageSecondBeta
in file statemachine.php, class PageSecondBeta
    Class representing a page of a multipage form.
PageThird
in file statemachine.php, class PageThird
    Class representing a page of a multipage form.
PageThirdActionBack
in file statemachine.php, class PageThirdActionBack
    The action for a 'back' button of wizard-type multipage form.
Page_Account_Credentials
in file regWizard.php, class Page_Account_Credentials
    Class representing a page of a multipage form.
Page_Account_Information
in file regWizard.php, class Page_Account_Information
    Class representing a page of a multipage form.
Page_CMS_Fill
in file upload.php, class Page_CMS_Fill
    Class representing a page of a multipage form.
Page_CMS_Layout
in file upload.php, class Page_CMS_Layout
    Class representing a page of a multipage form.
Page_CMS_Preview
in file upload.php, class Page_CMS_Preview
    Class representing a page of a multipage form.
perform
in file upload.php, method ActionUpload::perform()
perform
in file statemachine.php, method PageFirstActionNext::perform()
perform
in file statemachine.php, method PageThirdActionBack::perform()
perform
in file statemachine.php, method PageSecondActionBack::perform()
perform
in file statemachine.php, method PageSecondActionNext::perform()
perform
in file statemachine.php, method ActionProcess::perform()
top

r

regWizard.php
procedural page regWizard.php
run
in file Controller.php, method HTML_QuickForm_Controller::run()
    Processes the request.
top

s

Submit.php
procedural page Submit.php
simple.php
procedural page simple.php
statemachine.php
procedural page statemachine.php
setConstants
in file Controller.php, method HTML_QuickForm_Controller::setConstants()
    Initializes constant form values.
setDefaultAction
in file Page.php, method HTML_QuickForm_Page::setDefaultAction()
    Sets the default action invoked on page-form submit
setDefaults
in file Controller.php, method HTML_QuickForm_Controller::setDefaults()
    Initializes default form values.
SimplePage
in file simple.php, class SimplePage
    Class representing a page of a multipage form.
top

t

tabbed.php
procedural page tabbed.php
TabbedPage
in file tabbed.php, class TabbedPage
    Class representing a page of a multipage form.
top

u

upload.php
procedural page upload.php
top

w

wizard.php
procedural page wizard.php
top

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