launch url in widget | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Launches a url in a widget. | |||||||||
Introduced | 8.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Keyword: URL Command: launch url, launch document Function: URLEncode Object: widget | |||||||||
Description | Use the launch url command to open a url within a widget. When launchurl in widget is called, LiveCode sends a "OnLaunchURL" message to that widget with url as the parameter. The widget can then display the url in an appropriate manner.
| |||||||||
Tags | widget |