Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 557 by maya, Tue Sep 11 13:55:28 2007 UTC revision 571 by maya, Fri Sep 21 02:02:56 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">    "http://www.w3.org/TR/html4/strict.dtd">
3  <HTML>  <html>
4  <HEAD>  <head>
5  <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">    <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
6  <TITLE>passwordbox</TITLE>    <title>passwordbox</title>
7  <META http-equiv="Content-Style-Type" content="text/css">    <meta http-equiv="Content-Style-Type" content="text/css">
8  <link rel="stylesheet" href="../../style.css" type="text/css">    <link rel="stylesheet" href="../../style.css" type="text/css">
9  </HEAD>  </head>
10  <BODY>  
11    <body>
12    
13    
14  <h1>passwordbox</h1>  <h1>passwordbox</h1>
15    
16  形式:  <p>
17  <UL>  パスワードを入力するためのダイアログボックスを開く。
18  <B>passwordbox &lt;message&gt; &lt;title&gt; [&lt;special&gt;(オプション)]</B>  </p>
19  </UL>  
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>  <p>
 パスワードを入力するためのダイアログボックスを開く。<br>  
 文字列 &lt;message&gt; はダイアログボックスに表示されるメッセージ、文字列 &lt;title&gt; はダイアログボックスのタイトル。<br>  
31  入力されるパスワードはそのまま表示されず、かわりに、"****" のように表示される。<br>  入力されるパスワードはそのまま表示されず、かわりに、"****" のように表示される。<br>
32  入力されたパスワードはシステム変数 inputstr に代入される。  入力されたパスワードはシステム変数 inputstr に代入される。
33  </p>  </p>
# Line 28  Line 37 
37  &lt;special&gt; が指定されない場合は 1 が使用されます。  &lt;special&gt; が指定されない場合は 1 が使用されます。
38  </p>  </p>
39    
40  <pre>  <table>
41  \\    "\"   <tr>
42  \n    改行    <th>入力</th>
43  \t    タブ    <th>出力</th>
44  </pre>   </tr>
45     <tr>
46  <pre>    <td>\\</td>
47  例:    <td>"\"</td>
48        passwordbox 'Enter password' 'Login'   </tr>
49  </pre>   <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>  </body>
66  </HTML>  </html>

Legend:
Removed from v.557  
changed lines
  Added in v.571

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