GBX.lua.HtmlWindow (Object): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
No edit summary
mNo edit summary
 
Line 1: Line 1:
{{CatUp|Class reference}}
{{CatUp|Class reference}}
__NOTOC__
<b>Due to security issues, this has been removed from all Roblox clients since 2008 and will not operate using the public [[GoodBlox Studio]].</b>
 
<b>Due to security issues, this has been removed from all Roblox clients since 2008 and will not operate using the public [[Goodblox Studio]].</b>


The className "HtmlWindow" allows you to create a [http://en.wikipedia.org/wiki/Popup "popup"] coded in [http://en.wikipedia.org/wiki/HTML HTML].  As of now, this feature is not supported, and when it has been active, would not allow the use of [http://en.wikipedia.org/wiki/Javascript Javascript].
The className "HtmlWindow" allows you to create a [http://en.wikipedia.org/wiki/Popup "popup"] coded in [http://en.wikipedia.org/wiki/HTML HTML].  As of now, this feature is not supported, and when it has been active, would not allow the use of [http://en.wikipedia.org/wiki/Javascript Javascript].
Line 28: Line 26:
*[[DocumentComplete]]
*[[DocumentComplete]]


[[Category:Goodblox Lua Objects]]
[[Category:GoodBlox Lua Objects]]

Latest revision as of 20:06, 23 September 2021

Due to security issues, this has been removed from all Roblox clients since 2008 and will not operate using the public GoodBlox Studio.

The className "HtmlWindow" allows you to create a "popup" coded in HTML. As of now, this feature is not supported, and when it has been active, would not allow the use of Javascript.

Functions

In addition to the global functions, the HtmlWindow also has the following functions:

  • Bind
  • Close
  • Navigate
  • Resize
  • SetBody
  • SetCallback
  • Show
  • Unbind

Properties

The HtmlWindow incorporates only the global properties.

Events

In addition to the global events, the HtmlWindow also includes: