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 1034 - (show annotations) (download) (as text)
Tue Oct 21 00:30:15 2008 UTC (15 years, 7 months ago) by maya
Original Path: doc/trunk/en/html/macro/command/passwordbox.html
File MIME type: text/html
File size: 1315 byte(s)
macro-example の中にある code を削除した。

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
11 <body>
12
13
14 <h1>passwordbox</h1>
15
16 <p>
17 Displays a dialog box prompting the user to input a password.
18 </p>
19
20 <pre class="macro-syntax">
21 passwordbox &lt;message&gt; &lt;title&gt; [&lt;special&gt;]
22 </pre>
23
24 <h2>Remarks</h2>
25
26 <p>
27 The &lt;message&gt; is displayed in the dialog box. The &lt;title&gt; is displayed as the dialog box title.
28 </p>
29
30 <p>
31 The password typed by the user is not displayed as is.<br>
32 Instead, asterisks are displayed. The password is returned in the system variable "inputstr".
33 </p>
34
35 <p>
36 If &lt;special&gt; is non-zero, following strings in &lt;message&gt; is treated as spacial character.<br>
37 If &lt;special&gt; is not specified then 1 is used.
38 </p>
39
40 <table>
41 <tr>
42 <th>input</th>
43 <th>output</th>
44 </tr>
45 <tr>
46 <td>\\</td>
47 <td>"\"</td>
48 </tr>
49 <tr>
50 <td>\n</td>
51 <td>line feed</td>
52 </tr>
53 <tr>
54 <td>\t</td>
55 <td>tab</td>
56 </tr>
57 </table>
58
59 <h2>Example</h2>
60
61 <pre class="macro-example">
62 passwordbox 'Enter password' 'Login'
63 </pre>
64
65 </body>
66 </html>

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