html.frame5: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
m (Formatting; added "Themes" category)
 
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=
Line 16: Line 14:
'''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}} <br>
{{roll|dialog}}, {{roll|dialog5}} <br>
{{roll|dialog5}} <br>
{{roll|frame}}{{roll|frame5}} <br>
{{roll|frame}} <br>
{{roll|frame5}} <br>
{{roll|overlay}} <br>
{{roll|overlay}} <br>
{{func|html.dialog}} <br>
{{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>
Line 37: Line 29:
}}
}}
[[Category:Frame Function]]
[[Category:Frame Function]]
[[Category:Themes]]

Latest revision as of 21:15, 23 February 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 - 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.


See Also