Unix and Linux Discussions Tagged with form |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
6 |
19,279 |
Shell Programming and Scripting |
|
|
|
4 |
8,593 |
Web Development |
|
|
|
3 |
7,889 |
Web Development |
|
|
|
8 |
7,118 |
Web Development |
|
|
|
1 |
3,346 |
Red Hat |
|
|
|
0 |
1,885 |
Software Releases - RSS News |
|
|
|
0 |
1,930 |
Software Releases - RSS News |
|
|
|
0 |
1,864 |
UNIX and Linux RSS News |
|
|
|
0 |
1,316 |
Software Releases - RSS News |
|
|
|
1 |
9,146 |
Shell Programming and Scripting |
|
|
|
0 |
1,644 |
Software Releases - RSS News |
|
|
|
0 |
2,393 |
UNIX and Linux RSS News |
|
|
|
0 |
1,552 |
Software Releases - RSS News |
|
|
|
0 |
1,472 |
Software Releases - RSS News |
|
|
|
0 |
1,730 |
Solaris BigAdmin RSS |
|
|
|
0 |
1,523 |
Software Releases - RSS News |
|
|
|
0 |
1,157 |
Software Releases - RSS News |
|
|
|
0 |
1,245 |
Software Releases - RSS News |
|
|
|
0 |
1,222 |
Software Releases - RSS News |
|
|
|
0 |
1,962 |
Software Releases - RSS News |
|
|
|
0 |
1,151 |
Software Releases - RSS News |
|
|
|
0 |
1,614 |
Solaris BigAdmin RSS |
|
|
|
1 |
3,312 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
1,224 |
Software Releases - RSS News |
|
|
|
0 |
1,219 |
Software Releases - RSS News |
|
|
|
0 |
1,038 |
Software Releases - RSS News |
|
|
|
0 |
1,379 |
Software Releases - RSS News |
|
|
|
0 |
1,625 |
Software Releases - RSS News |
|
|
|
0 |
1,266 |
Software Releases - RSS News |
|
|
|
0 |
1,027 |
Software Releases - RSS News |
|
|
|
0 |
1,769 |
Software Releases - RSS News |
|
|
|
0 |
1,094 |
Software Releases - RSS News |
|
|
|
0 |
2,059 |
HP Server News and Podcasts RSS |
|
|
|
3 |
7,319 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,163 |
Software Releases - RSS News |
|
|
|
0 |
1,400 |
Software Releases - RSS News |
|
|
|
4 |
4,484 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,639 |
Web Development |
|
|
|
0 |
1,463 |
Complex Event Processing RSS News |
|
|
|
0 |
1,019 |
Software Releases - RSS News |
NEWT_FORM_RUN(3) 1 NEWT_FORM_RUN(3)
newt_form_run - Runs a form
SYNOPSIS
void newt_form_run (resource $form, array &$exit_struct)
DESCRIPTION
This function runs the form passed to it.
PARAMETERS
o $form
- Form component
o $exit_struct
- Array, used for returning information after running the form component. Keys and values are described in the following table:
Form Exit Structure
+----------+--------------------------------------+---+
|Index Key | | |
| | | |
| | Value Type | |
| | | |
| | Description | |
| | | |
+----------+--------------------------------------+---+
| reason | | |
| | | |
| | integer | |
| | | |
| | The reason, why the form has been | |
| | exited. Possible values are defined | |
| | here. | |
| | | |
| watch | | |
| | | |
| | resource | |
| | | |
| | Resource link, specified in | |
| | newt_form_watch_fd(3) | |
| | | |
| key | | |
| | | |
| | integer | |
| | | |
| | Hotkey | |
| | | |
|component | | |
| | | |
| | resource | |
| | | |
| | Component, which caused the form to | |
| | exit | |
| | | |
+----------+--------------------------------------+---+
RETURN VALUES
No value is returned.
SEE ALSO
newt_run_form(3).
PHP Documentation Group NEWT_FORM_RUN(3)