html.frame: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page Html.frame to html.frame: Converting page titles to lowercase) |
No edit summary |
||
Line 10: | Line 10: | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
html.frame(name, libURI) | html.frame(name, libURI) | ||
html.frame(name, libURI, options) | html.frame(name, libURI, options) | ||
</ | </syntaxhighlight> | ||
'''Parameters''' | '''Parameters''' | ||
{{param|name|The name of the dialog to create.}} | {{param|name|The name of the dialog to create.}} |
Revision as of 16:21, 15 March 2023
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
html.frame() Function
• Introduced in version 1.10.0
Creates a HTML frame with the HTML source from the specified lib:// URI.
Usage
html.frame(name, libURI)
html.frame(name, libURI, options)
Parameters
name
- The name of the dialog to create.libURI
- The lib:// URI to use as the HTML source.options
- The options to create the dialog with.
The options parameter is a string list with the options see [frame():] for more details on the valid options.