html.dialog5

From RPTools Wiki
Revision as of 13:10, 19 September 2021 by Craig (talk | contribs) (Created page with "{{stub}} {{MacroFunction |name=html.dialog5 |version=1.10.0 |trusted=false |description= Creates a HTML5 dialog with the HTML source from the specified lib:// URI. |usage=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

html.dialog5() Function

Introduced in version 1.10.0
Creates a HTML5 dialog with the HTML source from the specified lib:// URI.

Usage

html.dialog5(name, libURI)
html.dialog5(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