Descendant of ITPPageElement, representing a form. Allows for programmatic submission of the form, making sure that the correct 'submission' is posted.
constructor |
|
ITPForm |
Trivial |
public methods |
|
submit(pCallback) |
Attempts to submit the form, which may be an asynchronous process. Calls back prior to the actual submission of the form. |
overrides |
|
initScreenElements() |
Finds the form element by looking for an element with an id equal to the current object id. Appends a hidden "submission" input element to the form in order to pass the button through which the form is submitted. |
processMessage |
Processes "submitpressed" messages by applying their value to the hidden "submission" input element and calling submit(). |
other methods |
|
- |
|