forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXBrowser_Init.xml
More file actions
38 lines (38 loc) · 1.16 KB
/
Copy pathXBrowser_Init.xml
File metadata and controls
38 lines (38 loc) · 1.16 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
<doc>
<legacy_id>3064</legacy_id>
<name>XBrowser_Init</name>
<type>command</type>
<syntax>
<example>XBrowser_Init <i>username</i>, <i>password</i></example>
</syntax>
<library>Browser Library</library>
<objects>
</objects>
<synonyms>
</synonyms>
<classification>
</classification>
<references>
<function tag="revBrowserOpen">revBrowserOpen Function</function>
</references>
<history>
<introduced version="2.8.1">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
</platforms>
<classes>
<desktop/>
</classes>
<security>
<network/>
</security>
<summary>Is included for backwards compatibility and does nothing.</summary>
<examples>
<example>XBrowser_Init "myUsername", "myPassword"</example>
</examples>
<description>
<p>The <b>XBrowser_Init</b> command is included for backwards compatibility with altBrowser 2.x and 1.x. The command is no longer needed and calling it has no affect.</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>