#include <ElementForm.h>


Public Member Functions | |
| ElementForm (const Rocket::Core::String &tag) | |
| void | Submit (const Rocket::Core::String &name="", const Rocket::Core::String &submit_value="") |
| Rocket::Controls::ElementForm::ElementForm | ( | const Rocket::Core::String & | tag | ) |
Constructs a new ElementForm. This should not be called directly; use the Factory instead.
| [in] | tag | The tag the element was declared as in RML. |
| void Rocket::Controls::ElementForm::Submit | ( | const Rocket::Core::String & | name = "", |
|
| const Rocket::Core::String & | submit_value = "" | |||
| ) |
Submits the form.
| [in] | name | The name of the item doing the submit |
| [in] | submit_value | The value to send through as the 'submit' parameter. |