User contributions for Pongo02

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)

13 February 2024

30 October 2023

  • 00:1800:18, 30 October 2023 diff hist +1,094 N SetCallback (Method)Created page with "<onlyinclude>{{Method|name = SetCallback |arguments = Function ''callback'' |description = Passes back variables from executed javascript code to lua. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|Makes a window that will allow you to play audio from a textbox: <syntaxhighlight lang="lua"> html = game:service("HtmlService") wind = html:NewWindow() wind:Navigate() sound = workspace:FindFirstChild("HTMLSound") if not sound then sound = Instan..." current

29 October 2023

  • 15:1815:18, 29 October 2023 diff hist +744 N SetBody (Method)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..." current
  • 13:1713:17, 29 October 2023 diff hist +180 N Close (Method)Created page with "<onlyinclude>{{Method|name = Close |description = Closes the HtmlWindow, this deletes the instance, it does not hide it. |object = HtmlWindow }}</onlyinclude> Category:Methods" current
  • 13:1113:11, 29 October 2023 diff hist +570 N Navigate (Method)Created page with "<onlyinclude>{{Method|name = Navigate |arguments = Content <var>URL = about:blank</var> |description = Allows the DHTML to load a trusted url. It should be noted that Navigate loads about:blank by default. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|This code will open shirt.png, the default roblox T-Shirt from around 2010: <syntaxhighlight lang="lua"> local HtmlService = game:service("HtmlService") local htmlWindow = HtmlService:NewWindow() h..."
  • 13:1113:11, 29 October 2023 diff hist −15 Resize DHTML (Method)Undo revision 83289 by Pongo02 (talk) oops... wrong page... lol Tag: Undo
  • 13:1013:10, 29 October 2023 diff hist +15 Resize DHTML (Method)No edit summary Tag: Reverted
  • 12:5812:58, 29 October 2023 diff hist +6 Object:HtmlWindow/methodsNo edit summary current
  • 12:5712:57, 29 October 2023 diff hist +5 Resize DHTML (Method)No edit summary
  • 12:5612:56, 29 October 2023 diff hist +550 N Resize DHTML (Method)Created page with "<onlyinclude>{{Method|name = Resize |arguments = Integer '''Width''', Integer '''Height''' |description = Changes the size of the window. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|This code will create and spam resize a DHTML window 1000 times: <syntaxhighlight lang="lua"> local HtmlService = game:service("HtmlService") local htmlWindow = HtmlService:NewWindow() htmlWindow:Show() for i = 0, 1000 do htmlWindow:Resize(math.floor(math.ran..."
  • 12:4812:48, 29 October 2023 diff hist −328 Resize (Method)No edit summary current Tag: Manual revert
  • 12:4712:47, 29 October 2023 diff hist +328 Resize (Method)No edit summary Tag: Reverted
  • 12:4612:46, 29 October 2023 diff hist −2 Show (Method)No edit summary current
  • 12:4512:45, 29 October 2023 diff hist +255 N Show (Method)Created page with "<onlyinclude>{{Method|name = Resize |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. |object = HtmlWindow }}</onlyinclude> Category:Methods"
  • 12:3812:38, 29 October 2023 diff hist +887 N DocumentComplete (Event)Created page with "<onlyinclude>{{Event |name = DocumentComplete |arguments = String ''URL'' |description = Fired when the DHTML document finishes processing a SetBody |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|This code would fire when the document finishes loading: <syntaxhighlight lang="lua"> local HtmlService = game:service("HtmlService") local htmlWindow = HtmlService:NewWindow() htmlWindow.DocumentComplete:connect(function() htmlWind..." current
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)