browserClick | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Synonyms | xbrowser_click | |||||||||
Summary | Sent when the mouse is clicked in a browser object. | |||||||||
Introduced | 2.8.1 | |||||||||
OS | windows | |||||||||
Platforms | desktop | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Message: browserOver Command: revBrowserSet Function: revBrowserOpen Glossary: function | |||||||||
Security | network | |||||||||
Description | The browserClick message is sent to the current card of a stack containing a browser object when the mouse is clicked in the browser.
The browserClick message is currently only available on Windows. 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 was clicked over does not have an id, then the elementId parameter will be empty.
|