HTML5 - JavaScript functions: Difference between revisions
Jump to navigation
Jump to search
(Create stub page for the MapTool functions available to html5 javascript) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Experimental}} | |||
A special class is available to javascript code running inside html5 pages. It allows access to a few values and functions. | A special class is available to javascript code running inside html5 pages. It allows access to a few values and functions. | ||
Line 9: | Line 10: | ||
* getuserData() - Returns the data passed to the frame via the "Value" option. | * getuserData() - Returns the data passed to the frame via the "Value" option. | ||
* log() - Anything passed to this method will be sent to the chat window, just like a broadcast to self. | * log() - Anything passed to this method will be sent to the chat window, just like a broadcast to self. | ||
[[Category:HTML5 javascript]] |
Revision as of 17:11, 21 January 2024
This article describes a feature or macro function that is experimental and may be subject to change.
A special class is available to javascript code running inside html5 pages. It allows access to a few values and functions.
The class itself is static and is called MapTool.
Functions
- getName() - Returns the name of the frame or dialog.
- getKind() - Returns the kind of the frame or dialog (i.e. frame5 or dialog5).
- getuserData() - Returns the data passed to the frame via the "Value" option.
- log() - Anything passed to this method will be sent to the chat window, just like a broadcast to self.