html.overlay: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{stub}} {{MacroFunction |name=html.dialog5 |version=1.10.0 |trusted=false |description= Creates a HTML5 overlay with the HTML source from the specified lib:// URI. |usage=...") |
No edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
{{MacroFunction | {{MacroFunction | ||
|name=html. | |name=html.overlay | ||
|version=1.10.0 | |version=1.10.0 | ||
|trusted=false | |trusted=false | ||
Line 10: | Line 10: | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
html.overlay(name, libURI) | html.overlay(name, libURI) | ||
html. | html.overlay(name, libURI, options) | ||
</ | </syntaxhighlight> | ||
'''Parameters''' | '''Parameters''' | ||
{{param|name|The name of the dialog to create.}} | {{param|name|The name of the dialog to create.}} | ||
Line 33: | Line 33: | ||
{{func|html.frame}} <br> | {{func|html.frame}} <br> | ||
{{func|html.frame5}} <br> | {{func|html.frame5}} <br> | ||
[[Theme CSS]]<br> | |||
[[Library Tokens]] | [[Library Tokens]] | ||
}} | }} | ||
[[Category:Overlay Function]] | [[Category:Overlay Function]] |
Latest revision as of 23:59, 21 June 2024
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
html.overlay() Function
• Introduced in version 1.10.0
Creates a HTML5 overlay with the HTML source from the specified lib:// URI.
Usage
html.overlay(name, libURI)
html.overlay(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.