Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 215 - (hide annotations) (download) (as text)
Tue Oct 10 14:59:18 2006 UTC (17 years, 8 months ago) by yutakapon
Original Path: doc/trunk/en/html/macro/command/passwordbox.html
File MIME type: text/html
File size: 682 byte(s)
(none)

1 yutakapon 215 <HTML>
2     <HEAD>
3     <TITLE>passwordbox</TITLE>
4     <link rel="stylesheet" href="../../style.css" type="text/css">
5     </HEAD>
6     <BODY>
7    
8     <DIV ALIGN="left">
9     <FONT SIZE="+2">passwordbox</FONT><BR><BR>
10     </div>
11    
12     Format:
13     <UL>
14     <B>passwordbox &lt;message&gt; &lt;title&gt;</B>
15     </UL>
16     <P></P>
17    
18     Displays a dialog box prompting the user to input a password.
19     <P></P>
20    
21     The &lt;message&gt; is displayed in the dialog box. The &lt;title&gt; is displayed as the dialog box title. The password typed by the user is not displayed as is.
22     Instead, asterisks are displayed. The password is returned in the system variable "inputstr".
23     <P></P>
24    
25     <pre>
26     Example:
27     passwordbox 'Enter password' 'Login'
28     </pre>
29    
30     </BODY>
31     </HTML>
32    

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