<html>
<head>
<title>Docs for page dialog.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">dialog4php</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_dialog4php.html" class="menu">class tree: dialog4php</a> ]
[ <a href="../elementindex_dialog4php.html" class="menu">index: dialog4php</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_README.html">README</a></p>
</div>
<div id="todolist">
<p><a href="../todolist.html">Todo List</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_dialog4php.html">dialog4php</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../dialog4php/_dialog_php.html"> dialog.php
</a><br>
<a href="../dialog4php/_example_php.html"> example.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../dialog4php/Calendar.html">Calendar</a><br />
<a href="../dialog4php/CheckList.html">CheckList</a><br />
<a href="../dialog4php/Dialog.html">Dialog</a><br />
<a href="../dialog4php/FileSelectBox.html">FileSelectBox</a><br />
<a href="../dialog4php/InfoBox.html">InfoBox</a><br />
<a href="../dialog4php/InputBox.html">InputBox</a><br />
<a href="../dialog4php/Menu.html">Menu</a><br />
<a href="../dialog4php/MessageBox.html">MessageBox</a><br />
<a href="../dialog4php/PasswordBox.html">PasswordBox</a><br />
<a href="../dialog4php/RadioList.html">RadioList</a><br />
<a href="../dialog4php/TailBox.html">TailBox</a><br />
<a href="../dialog4php/TextBox.html">TextBox</a><br />
<a href="../dialog4php/TimeBox.html">TimeBox</a><br />
<a href="../dialog4php/YesNo.html">YesNo</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: dialog.php</h1>
Source Location: /dialog.php<br /><br />
<br>
<br>
<div class="contents">
<h2>Classes:</h2>
<dt><a href="../dialog4php/Dialog.html">Dialog</a></dt>
<dd>Abstract from which all other dialogs inherit.</dd>
<dt><a href="../dialog4php/YesNo.html">YesNo</a></dt>
<dd>A dialog for asking a Yes/No question</dd>
<dt><a href="../dialog4php/MessageBox.html">MessageBox</a></dt>
<dd>A dialog for showing a message and force user acknowledgement</dd>
<dt><a href="../dialog4php/InfoBox.html">InfoBox</a></dt>
<dd>A dialog for showing a message. The dialog exits immediately, but the screen in not cleared.</dd>
<dt><a href="../dialog4php/InputBox.html">InputBox</a></dt>
<dd>A dialog for getting a string from the user.</dd>
<dt><a href="../dialog4php/PasswordBox.html">PasswordBox</a></dt>
<dd>Same as InputBox except that the string is not shown while the user is editing it.</dd>
<dt><a href="../dialog4php/FileSelectBox.html">FileSelectBox</a></dt>
<dd>Select a file</dd>
<dt><a href="../dialog4php/TextBox.html">TextBox</a></dt>
<dd>Display a file in a text box</dd>
<dt><a href="../dialog4php/TailBox.html">TailBox</a></dt>
<dd>Like TextBox except that the textbox is updated like `tail -f`</dd>
<dt><a href="../dialog4php/Calendar.html">Calendar</a></dt>
<dd>Get a date from the user</dd>
<dt><a href="../dialog4php/TimeBox.html">TimeBox</a></dt>
<dd>Get a time from the user</dd>
<dt><a href="../dialog4php/Menu.html">Menu</a></dt>
<dd>Allow the user to choose from a list of possible choices</dd>
<dt><a href="../dialog4php/RadioList.html">RadioList</a></dt>
<dd>Essentially the same as Menu</dd>
<dt><a href="../dialog4php/CheckList.html">CheckList</a></dt>
<dd>Allow the user to choose zero or more options from a list</dd>
</div><br /><br />
<h2>Page Details:</h2>
PHP Wrapper around dialog command<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>filesource:</b> </td><td><a href="..//__filesource/fsource_dialog4php__dialog.php.html">Source Code for this file</a></td>
</tr>
<tr>
<td><b>license:</b> </td><td>PHP</td>
</tr>
<tr>
<td><b>author:</b> </td><td>Ivan Andrus <<a href="mailto:hide@address.com">hide@address.com</a>></td>
</tr>
<tr>
<td><b>version:</b> </td><td>0.1</td>
</tr>
<tr>
<td><b>todo:</b> </td><td>dialogrc</td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Tue, 14 Jun 2005 18:50:49 -0600 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>