SetBody (Method): Revision history

From Legacy Roblox Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 October 2023

  • curprev 15:1815:18, 29 October 2023Pongo02 talk contribs 744 bytes +744 Created page with "<onlyinclude>{{Method|name = SetBody |arguments = String ''HTML'' |description = Sets the HTML contents of the window. Can be run on a single window continuously, allowing for dynamic content. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|Sets and then updates the body to count from 0 to 10: <syntaxhighlight lang="lua"> local HtmlService = game:service("HtmlService") local htmlWindow = HtmlService:NewWindow() local initialDisplayed = false htmlW..."