Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/doc/en/html/macro/command/passwordbox.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 557 - (show annotations) (download) (as text)
Tue Sep 11 13:55:28 2007 UTC (16 years, 8 months ago) by maya
Original Path: doc/trunk/en/html/macro/command/passwordbox.html
File MIME type: text/html
File size: 1095 byte(s)
no message

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <HTML>
4 <HEAD>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <TITLE>passwordbox</TITLE>
7 <META http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../../style.css" type="text/css">
9 </HEAD>
10 <BODY>
11
12 <h1>passwordbox</h1>
13
14 Format:
15 <UL>
16 <B>passwordbox &lt;message&gt; &lt;title&gt; [&lt;special&gt;(optional)]</B>
17 </UL>
18
19 <p>
20 Displays a dialog box prompting the user to input a password.<br>
21 The &lt;message&gt; is displayed in the dialog box. The &lt;title&gt; is displayed as the dialog box title. The password typed by the user is not displayed as is.<br>
22 Instead, asterisks are displayed. The password is returned in the system variable "inputstr".
23 </p>
24
25 <p>
26 If &lt;special&gt; is non-zero, following strings in &lt;message&gt; is treated as spacial character.<br>
27 If &lt;special&gt; is not specified then 1 is used.
28 </p>
29
30 <pre>
31 \\ "\"
32 \n line feed
33 \t tab
34 </pre>
35
36 <pre>
37 Example:
38 passwordbox 'Enter password' 'Login'
39 </pre>
40
41 </BODY>
42 </HTML>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26