VII. The MU_Inline_Form Class
Introduction
The MU_Inline_Form class provides end-to-end services for creating a small inline form and harvesting its data.
Properties
These properties are set by the MU_Inline_Form class after form submission.
user_action - contains the name of the action that caused form submission. These actions are defined by the MU_Inline_Form::add_user_action() method.
Table of Contents
- MU_Inline_Form::MU_Inline_Form - constructor
- MU_Inline_Form::add_hidden - Add a hidden element to an MU_Inline_Form object
- MU_Inline_Form::add_input_item - Adds a form element to an inline form
- MU_Inline_Form::add_user_action - Add a submit button to an MU_Inline_Form object
- MU_Inline_Form::reset - Reset a form
- MU_Inline_Form::value - Retrieve a value from a submitted form
- MU_Inline_Form::values - Retrieve all submitted values from a form