Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 775 - (show annotations) (download) (as text)
Tue Feb 5 14:39:38 2008 UTC (16 years, 4 months ago) by maya
Original Path: doc/trunk/jp/html/macro/command/passwordbox.html
File MIME type: text/html
File size: 1310 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=Shift_JIS">
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 パスワードを入力するためのダイアログボックスを開く。
18 </p>
19
20 <pre class="macro-syntax">
21 passwordbox &lt;message&gt; &lt;title&gt; [&lt;special&gt;]
22 </pre>
23
24 <h2>解説</h2>
25
26 <p>
27 文字列 &lt;message&gt; はダイアログボックスに表示されるメッセージ、文字列 &lt;title&gt; はダイアログボックスのタイトル。
28 </p>
29
30 <p>
31 入力されるパスワードはそのまま表示されず、かわりに、"****" のように表示される。<br>
32 入力されたパスワードはシステム変数 inputstr に代入される。
33 </p>
34
35 <p>
36 &lt;special&gt; が 0 でない場合は、&lt;message&gt; に含まれる以下の文字列は特殊文字として扱われます。<br>
37 &lt;special&gt; が指定されない場合は 1 が使用されます。
38 </p>
39
40 <table>
41 <tr>
42 <th>入力</th>
43 <th>出力</th>
44 </tr>
45 <tr>
46 <td>\\</td>
47 <td>"\"</td>
48 </tr>
49 <tr>
50 <td>\n</td>
51 <td>改行</td>
52 </tr>
53 <tr>
54 <td>\t</td>
55 <td>タブ</td>
56 </tr>
57 </table>
58
59 <h2></h2>
60
61 <pre class="macro-example">
62 <code>passwordbox 'Enter password' 'Login'
63 </code></pre>
64
65 </body>
66 </html>

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