Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ l ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
[ _ ]
a
- ActionDisplay
- in file tabbed.php, class ActionDisplay
This action handles the output of the form.
- ActionProcess
- in file statemachine.php, class ActionProcess
Class representing an action to perform on HTTP request. The Controller will select the appropriate Action to call on the request and call its perform() method. The subclasses of this class should implement all the necessary business logic.
- ActionUpload
- in file upload.php, class ActionUpload
Class representing an action to perform on HTTP request. The Controller will select the appropriate Action to call on the request and call its perform() method. The subclasses of this class should implement all the necessary business logic.
- addAction
- in file Page.php, method HTML_QuickForm_Page::addAction()
Registers a handler for a specific action.
- addAction
- in file Controller.php, method HTML_QuickForm_Controller::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
top
b
- buildForm
- in file tabbed.php, method PageFoo::buildForm()
- buildForm
- in file tabbed.php, method PageBaz::buildForm()
- buildForm
- in file tabbed.php, method PageBar::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 statemachine.php, method PageThird::buildForm()
- buildForm
- in file statemachine.php, method PageSecondBeta::buildForm()
- buildForm
- in file regWizard.php, method Page_Account_Credentials::buildForm()
- buildForm
- in file Page.php, method HTML_QuickForm_Page::buildForm()
Builds a form.
- buildForm
- in file regWizard.php, method Page_Account_Information::buildForm()
- buildForm
- in file simple.php, method SimplePage::buildForm()
- buildForm
- in file statemachine.php, method PageSecondAlpha::buildForm()
- buildForm
- in file statemachine.php, method PageFirst::buildForm()
- Back.php
- procedural page Back.php
top
top
top
top
top
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. The Controller will select the appropriate Action to call on the request and call its perform() method. The subclasses of this class should implement all the necessary business logic.
- 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 the output of the form.
- HTML_QuickForm_Action_Jump
- in file Jump.php, class HTML_QuickForm_Action_Jump
The action handles the 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
The class represents a page of a multipage form.
- HTML_QuickForm_Page
- in file Page.php, method HTML_QuickForm_Page::HTML_QuickForm_Page()
Class constructor
top
top
top
top
top
p
- Page.php
- procedural page Page.php
- PageBar
- in file tabbed.php, class PageBar
The class represents a page of a multipage form.
- PageBaz
- in file tabbed.php, class PageBaz
The class represents a page of a multipage form.
- PageFirst
- in file statemachine.php, class PageFirst
The class represents 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
The class represents a page of a multipage form.
- PageSecond
- in file wizard.php, class PageSecond
The class represents 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
The class represents a page of a multipage form.
- PageSecondBeta
- in file statemachine.php, class PageSecondBeta
The class represents a page of a multipage form.
- PageThird
- in file statemachine.php, class PageThird
The class represents 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
The class represents a page of a multipage form.
- Page_Account_Information
- in file regWizard.php, class Page_Account_Information
The class represents a page of a multipage form.
- Page_CMS_Fill
- in file upload.php, class Page_CMS_Fill
The class represents a page of a multipage form.
- Page_CMS_Layout
- in file upload.php, class Page_CMS_Layout
The class represents a page of a multipage form.
- Page_CMS_Preview
- in file upload.php, class Page_CMS_Preview
The class represents a page of a multipage form.
- perform
- in file Display.php, method HTML_QuickForm_Action_Display::perform()
- perform
- in file Direct.php, method HTML_QuickForm_Action_Direct::perform()
- perform
- in file Back.php, method HTML_QuickForm_Action_Back::perform()
- perform
- in file upload.php, method ActionUpload::perform()
- perform
- in file Jump.php, method HTML_QuickForm_Action_Jump::perform()
- perform
- in file statemachine.php, method PageThirdActionBack::perform()
- perform
- in file statemachine.php, method PageSecondActionBack::perform()
- perform
- in file Next.php, method HTML_QuickForm_Action_Next::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.
- perform
- in file statemachine.php, method PageSecondActionNext::perform()
- perform
- in file statemachine.php, method PageFirstActionNext::perform()
- perform
- in file statemachine.php, method ActionProcess::perform()
- perform
- in file Submit.php, method HTML_QuickForm_Action_Submit::perform()
top
top
top
top
top
top
top
Documentation generated on Mon, 11 Mar 2019 14:10:16 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|