Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 480 - (hide annotations) (download) (as text)
Mon Jun 18 04:11:22 2007 UTC (16 years, 11 months ago) by maya
Original Path: doc/trunk/jp/html/macro/command/passwordbox.html
File MIME type: text/html
File size: 967 byte(s)
no message

1 taketombo 348 <!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 maya 480 <META http-equiv="Content-Style-Type" content="text/css">
8 taketombo 348 <link rel="stylesheet" href="../../style.css" type="text/css">
9     </HEAD>
10     <BODY>
11    
12 maya 480 <h1>passwordbox</h1>
13 taketombo 348
14     形式:
15     <UL>
16 maya 480 <B>passwordbox &lt;message&gt; &lt;title&gt;</B>
17 taketombo 348 </UL>
18    
19 maya 480 <p>
20     パスワードを入力するためのダイアログボックスを開く。<br>
21     文字列 &lt;message&gt; はダイアログボックスに表示されるメッセージ、文字列 &lt;title&gt; はダイアログボックスのタイトル。<br>
22     入力されるパスワードはそのまま表示されず、かわりに、"****" のように表示される。<br>
23 taketombo 348 入力されたパスワードはシステム変数 inputstr に代入される。
24 maya 480 </p>
25 taketombo 348
26 maya 480 <p>
27     &lt;message&gt; に含まれる以下の文字列は、特殊文字と扱われます。
28     </p>
29 taketombo 348
30     <pre>
31 maya 480 \\ "\"
32     \n 改行
33     \t タブ
34     </pre>
35 taketombo 348
36 maya 480 <pre>
37 taketombo 348 例:
38 maya 480 passwordbox 'Enter password' 'Login'
39 taketombo 348 </pre>
40    
41     </BODY>
42 maya 480 </HTML>

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