browserOut | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Synonyms | xbrowser_out | |||||||||
Summary | Sent when the mouse moves out of a named html element in a browser. | |||||||||
Introduced | 2.8.1 | |||||||||
OS | mac, windows | |||||||||
Platforms | desktop | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Message: browserOver Command: revBrowserSet Function: revBrowserOpen Glossary: function | |||||||||
Security | network | |||||||||
Description | The browserOut message is sent to the current card of a stack containing a browser object when the mouse is moved out of an html element with an "id" attribute in the browser.
The id of an html element is the element's "id" attribute. For example <div id="navbar">. As this attribute is optional in most cases, not all html elements will have an id. If the html element that the mouse is over does not have an id, then the elementId parameter will be empty.
|