browserDocumentCompleteFrame | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Synonyms | xbrowser_documentcompleteframe | |||||||||
Summary | Sent when a browser object finishes loading a url in a frame | |||||||||
Introduced | 2.8.1 | |||||||||
OS | mac, windows | |||||||||
Platforms | desktop | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Glossary: function, message Message: browserDownloadRequest, browserDocumentComplete, browserNavigateCompleteFrame Function: revBrowserOpen | |||||||||
Security | network | |||||||||
Description | The browserDocumentCompleteFrame message is sent to the current card of a stack containing a browser object when the browser object has finished loading a url and all its dependent resources in a frame. If the target is the main frame of the browser then the browserDocumentComplete message is sent instead.
|