This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathbrowserOut.xml
More file actions
41 lines (41 loc) · 2.34 KB
/
Copy pathbrowserOut.xml
File metadata and controls
41 lines (41 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<doc>
<legacy_id>3051</legacy_id>
<name>browserOut</name>
<type>message</type>
<syntax>
<example>browserOut <i>instanceId, elementId</i></example>
<example>XBrowser_Out <i>elementId, instanceId</i></example>
</syntax>
<library>Browser Library</library>
<objects>
<card/>
</objects>
<synonyms>
<synonym>XBrowser_Out</synonym>
</synonyms>
<classification>
</classification>
<references>
<message tag="browserOver">browserOver Message</message>
</references>
<history>
<introduced version="2.8.1">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
</platforms>
<classes>
<desktop/>
</classes>
<security>
<network/>
</security>
<summary>Sent when the mouse moves out of a named html element in a browser.</summary>
<examples>
<example>on browserOut pInstanceId, pElementId</p><p> enable button "Forward" of group "Browser Controls" of me</p><p>end browserOut</example>
</examples>
<description>
<p>The <b>browserOut</b> 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.</p><p/><p><b>Parameters:</b></p><p>The <i>instanceId</i> is the integer identifier of the browser object</p><p>The <i>elementId</i> is the id of the html element that the mouse was moved out of</p><p/><p><b>Note:</b> The <b>browserOut</b> message is only sent if advanced browser messages are turned on. To turn on advanced browser messages use the following command:</p><p/><p><command tag="revBrowserSet">revBrowserSet</command> <instanceId>, "messages", "true"</p><p/><p><b>Note:</b> The <b>browserOut</b> message is supported on Windows and OS X versions 10.4 and later. On older versions of OS X, the message is not sent due to lack of system support in the underlying browser object.</p><p/><p>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 <i>elementId</i> parameter will be empty.</p><p/><p><b>Note:</b> For general information on using the browser library, see the notes in the <function tag="revBrowserOpen">revBrowserOpen function</function> reference.</p>
</description>
</doc>