browserOver | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Synonyms | xbrowser_over | |||||||||
Summary | Sent when the mouse moves over a named html element in a browser | |||||||||
Introduced | 2.8.1 | |||||||||
OS | mac, windows | |||||||||
Platforms | desktop | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Message: browserClick, browserOut Command: revBrowserSet Function: revBrowserOpen Glossary: function | |||||||||
Security | network | |||||||||
Description | The browserOver message is sent to the current card of a stack containing a browser object when the mouse is moved over 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.
|