previousPage::setDefaultAction() (Previous) (Next) Action::perform()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTML_QuickForm_Action クラス概要

HTML_QuickForm_Action クラス概要 – HTTP リクエストで実行するアクションを表すクラス

Description

リクエストの内容に応じてコントローラが適切なアクションを選択し、その perform() メソッドをコールします。 必要な処理ロジックは、このクラスのサブクラスで実装する必要があります。

デフォルトのアクションハンドラについては、 FAQ で説明されています。

HTML_QuickForm_Action のクラス階層

  • HTML_QuickForm_Action

HTML_QuickForm_Action を継承したクラス
クラス 概要
HTML_QuickForm_Action_Back ウィザード形式の複数ページフォームでの、'back' ボタンのアクション
HTML_QuickForm_Action_Direct 複数ページのフォームで、特定のページに移動できるようにするアクション
HTML_QuickForm_Action_Display フォームの出力を処理するアクション
HTML_QuickForm_Action_Jump 特定のページへの HTTP リダイレクトを処理するアクション
HTML_QuickForm_Action_Next ウィザード形式の複数ページフォームでの、'next' ボタンのアクション
HTML_QuickForm_Action_Submit 'submit' ボタンのアクション

previousPage::setDefaultAction() (Previous) (Next) Action::perform()next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.