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 480 - (show 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 <!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 <BODY>
11
12 <h1>passwordbox</h1>
13
14 形式:
15 <UL>
16 <B>passwordbox &lt;message&gt; &lt;title&gt;</B>
17 </UL>
18
19 <p>
20 パスワードを入力するためのダイアログボックスを開く。<br>
21 文字列 &lt;message&gt; はダイアログボックスに表示されるメッセージ、文字列 &lt;title&gt; はダイアログボックスのタイトル。<br>
22 入力されるパスワードはそのまま表示されず、かわりに、"****" のように表示される。<br>
23 入力されたパスワードはシステム変数 inputstr に代入される。
24 </p>
25
26 <p>
27 &lt;message&gt; に含まれる以下の文字列は、特殊文字と扱われます。
28 </p>
29
30 <pre>
31 \\ "\"
32 \n 改行
33 \t タブ
34 </pre>
35
36 <pre>
37 例:
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