inputDlg
Opens a input dialog.
| Syntax | |
| value = AM_view.inputDlg(title,default_value, prompt) | |
| Parameters | |
| title | (optional). Dialog title. |
| default_value | (optional). Default value of input field. |
| prompt | (optional). Prompt text above input field. |
| Return Value | |
| value | Text value of input field. |