Tutorial User Guide > User Interface Functions > Dialog Box
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">   
Dialog Box
AAUI.dialog_put_text
(HTML_text)
 
Description:
This function will display the HTML data in the UI form dialog box widget.
Input:
STRING
HTML_text[]
This value specifies the HTML data in the form of “<HTML> ....insert your text here.... </HTML>”.
Output:
Error Conditions:
None.
Remarks:
The application author is discouraged from using this lower level interface call. Please see the AAI.next_dialog, 131 and AAI.dynamic_next_dialog, 132 functions as methods for displaying HTML listed with “drive page” <dialog> tags.
Example:
None