forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowserClosing.xml
More file actions
41 lines (41 loc) · 1.42 KB
/
Copy pathbrowserClosing.xml
File metadata and controls
41 lines (41 loc) · 1.42 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>3054</legacy_id>
<name>browserClosing</name>
<type>message</type>
<syntax>
<example>browserClosing <i>instanceId</i></example>
<example>XBrowser_Closing<i> instanceId</i></example>
</syntax>
<library>Browser Library</library>
<objects>
<card/>
</objects>
<synonyms>
<synonym>XBrowser_Closing</synonym>
</synonyms>
<classification>
</classification>
<references>
<command tag="revBrowserClose">revBrowserClose Command</command>
</references>
<history>
<introduced version="2.8.1">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
</platforms>
<classes>
<desktop/>
</classes>
<security>
<network/>
</security>
<summary>Sent when a browser instance is closing</summary>
<examples>
<example>on browserClosing pInstanceId</p><p> delete line (lineOffset(pInstanceId, sInstances)) of sInstances</p><p>end browserClosing</example>
</examples>
<description>
<p>The <b>browserClosing</b> message is sent to the current card of a stack containing a browser object when the browser object is about to close.</p><p/><p><b>Parameters:</b></p><p>The <i>instanceId</i> is the integer identifier of the browser object about to close</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><p/>
</description>
</doc>