forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXBrowser_Focus.xml
More file actions
39 lines (39 loc) · 1.38 KB
/
Copy pathXBrowser_Focus.xml
File metadata and controls
39 lines (39 loc) · 1.38 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
<doc>
<legacy_id>3040</legacy_id>
<name>XBrowser_Focus</name>
<type>command</type>
<syntax>
<example>XBrowser_Focus<i> </i>[<i> instanceId </i>]</example>
</syntax>
<library>Browser Library</library>
<objects>
</objects>
<synonyms>
</synonyms>
<classification>
</classification>
<references>
<function tag="revBrowserOpen">revBrowserOpen Function</function>
<command tag="XBrowser_Unfocus">XBrowser_Unfocus Command</command>
</references>
<history>
<introduced version="2.8.1">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
</platforms>
<classes>
<desktop/>
</classes>
<security>
<network/>
</security>
<summary>Has no affect, included for backwards comptability</summary>
<examples>
<example>XBrowser_Focus tBrowserId</example>
</examples>
<description>
<p>The <b>XBrowser_Focus</b> command has no effect and is included for backwards compatibility with older applications.</p><p/><p><b>Parameters:</b></p><p>The <i>instanceId</i> is the integer identifier of a browser object</p><p/><p><b>Value:</b></p><p>The <b>XBrowser_Focus </b>command puts empty into the <function tag="result">result</function></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>