JavaScript Editor Javascript validator     Web page editor 



Class Summary HTML_QuickForm_Action

Class Summary HTML_QuickForm_Action -- Class representing an action to perform on HTTP request.

Description

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.

The default action handlers are described in the FAQ section.

Class Trees for HTML_QuickForm_Action

Table 47-1. Classes that extend HTML_QuickForm_Action

ClassSummary
HTML_QuickForm_Action_BackThe action for a 'back' button of wizard-type multipage form.
HTML_QuickForm_Action_DirectThis action allows to go to a specific page of a multipage form.
HTML_QuickForm_Action_DisplayThis action handles the output of the form.
HTML_QuickForm_Action_JumpThe action handles the HTTP redirect to a specific page.
HTML_QuickForm_Action_NextThe action for a 'next' button of wizard-type multipage form.
HTML_QuickForm_Action_SubmitThe action for a 'submit' button.




JavaScript Editor Javascript validator     Web page editor