RBX.lua.HtmlWindow (Object)
From Legacy Roblox Wiki
Jump to navigationJump to search
![]() |
Stub This article is a stub. If you think you know more about this than we do, please help us by contacting a writer. Thank you! |
![]() |
Ouch! |
Derived Classes
NoneA interactive HTML window generated by HtmlService
![]() | |
Returns | nil |
Description: | Binds the property of an instance to an HTML input. |
Member of: | HtmlWindow |
![]() | |
Returns | nil |
Description: | Closes the HtmlWindow, this deletes the instance, it does not hide it. |
Member of: | HtmlWindow |
![]() | |
Returns | nil |
Description: | Allows the DHTML to load a trusted url. It should be noted that Navigate loads about:blank by default. |
Member of: | HtmlWindow |
![]() | |
Returns | nil |
Description: | Changes the size of the window. |
Member of: | HtmlWindow |
![]() | |
Returns | nil |
Description: | Sets the HTML contents of the window. Can be run on a single window continuously, allowing for dynamic content. |
Member of: | HtmlWindow |
![]() | |
Returns | nil |
Description: | Passes back variables from executed javascript code to lua. |
Member of: | HtmlWindow |
![]() | |
Returns | nil |
Description: | Opens the HtmlWindow, does not update the contents. It should be noted that, if you don't use this, the window will still run in the background. |
Member of: | HtmlWindow |
![]() | |
Returns | nil |
Description: | Removes every Bind related to the given window. |
Member of: | HtmlWindow |
![]() | |
Description | Fired when the DHTML document finishes processing a SetBody |
---|---|
Member of: | HtmlWindow |