html.frame5: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{stub}} {{MacroFunction |name=html.frame5 |version=1.10.0 |trusted=false |description= Creates a HTML5 dialog with the HTML source from the specified lib:// URI. |usage=...") |
No edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
|version=1.10.0 | |version=1.10.0 | ||
|trusted=false | |trusted=false | ||
|description= Creates a HTML5 dialog with the HTML source from the specified lib:// URI. | |description= Creates a HTML5 dialog with the HTML source from the specified {{code|lib://}} URI. | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
html.frame5(name, libURI) | html.frame5(name, libURI) | ||
html.frame5(name, libURI, options) | html.frame5(name, libURI, options) | ||
</ | </syntaxhighlight> | ||
'''Parameters''' | '''Parameters''' | ||
{{param|name|The name of the dialog to create.}} | {{param|name|The name of the dialog to create.}} | ||
{{param|libURI|The lib:// URI to use as the HTML source.}} | {{param|libURI|The {{code|lib://}} URI to use as the HTML source.}} | ||
{{param|options|The options to create the dialog with.}} | {{param|options|The options to create the dialog with.}} | ||
The options parameter is a string list with the options see {{roll|dialog5}} for more details on the valid options. | The options parameter is a string list with the options see {{roll|dialog5}} for more details on the valid options. | ||
|also= | |also= | ||
{{roll|dialog}} | {{roll|dialog}}, {{roll|dialog5}} <br> | ||
{{roll|dialog5}} <br> | {{roll|frame}}, {{roll|frame5}} <br> | ||
{{roll|frame}} | |||
{{roll|frame5}} <br> | |||
{{roll|overlay}} <br> | {{roll|overlay}} <br> | ||
{{func|html.dialog}} | {{func|html.dialog}}, {{func|html.dialog5}} <br> | ||
{{func|html.dialog5}} <br> | |||
{{func|html.frame}} <br> | {{func|html.frame}} <br> | ||
{{func|html.overlay}} <br> | {{func|html.overlay}} <br> | ||
[[Theme CSS]]<br> | |||
[[Library Tokens]] | [[Library Tokens]] | ||
}} | }} | ||
[[Category:Frame Function]] | [[Category:Frame Function]] | ||
[[Category:Themes]] |
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.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
- Thelib://
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.