get_dlg_input_string
get_dlg_input_string($dlg_name,$dlg_text="",$default_answer=""); - this function is used to create a dialog for user input of a string
The function accepts parameters as input:
$dlg_name – explanatory string in the dialog name
$dlg_text – explanatory string in the dialog text$default_answer – default response (the string that will be offered as a response option when opening the dialog) (available from version 4.6.36)
After testing, the function returns the result of its work to the script :
Entered string – the string entered by the user in the dialog, or not entered if nothing was entered.