watch 01:25
Jurassic World: Dominion Dominates Fandom Wikis - The Loop
Do you like this video?
Play Sound
Navigates forward or backward in a widget.
Built-in Message handler[]
Name: go in widget
Type: command
Syntax:
go { forward | forth | back[ward] } in <widget>
Example:
go back in widget "myBrowser" // Navigate to previous page in browser widget
go forward in widget "myBrowser" // Return after previous call to "go back"
Use the go in widget command to navigate within a widget. LiveCode sends a OnGoBack or OnGoForward message to the widget, which can then handle those messages to provide back / forward navigation.