| Applying science to business management |
  
dialogtemplate
Format: dialogtemplate( namespec )
Arguments: [text] namespec Optional node name;
default = activenode
Returns: [text] Form window text attached to each node
in namespec
Description: Each node has an attached form that can be
used to enter formatted text. Usually, you use this form to enter
text that is displayed to the user via one of the input and
output functions.
If your application is running via the Web, then the result of
dialogtemplate is HTML text including all formatting
codes. If your application is running local, then all HTML
formatting codes are removed and only the plain text is returned.
See Also: dialog, comment
|