html.frame5: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page html.frame5 to Html.frame5 without leaving a redirect: Converting page title to first-letter uppercase) |
m (Conversion script moved page Html.frame5 to html.frame5: Converting page titles to lowercase) |
(No difference)
|
Revision as of 23:45, 9 February 2023
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
html.frame5() Function
• Introduced in version 1.10.0
Creates a HTML5 dialog with the HTML source from the specified lib:// URI.
Usage
html.frame5(name, libURI)
html.frame5(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 [dialog5():] for more details on the valid options.