Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 89346381d9fb64d9ee8827de5f073355 > files > 57

php-pear-HTML_Progress2-2.4.1-3mdv2010.0.noarch.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>
      Chapter&nbsp;17.&nbsp;Events to observe
    </title>
    <link rel="stylesheet" href="book.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
    <link rel="start" href="index.html" title="HTML_Progress2 Manual" />
    <link rel="up" href="pt04.html" title=
    "Part&nbsp;IV.&nbsp;Reference Guide" />
    <link rel="prev" href="ch16s05.html" title=
    "Custom Error Message Generation " />
    <link rel="next" href="ch17s02.html" title=
    "Additional Events informations " />
    <style type="text/css">
/*<![CDATA[*/
    body {
    background-color: white;
    color: black;
    }
    :link { color: #0000FF }
    :visited { color: #840084 }
    :active { color: #0000FF }
    h2.c2 {clear: both}
    p.c1 {font-weight: bold}
    /*]]>*/
    </style>
  </head>
  <body>
    <table class="progress2Header">
      <tr>
        <td>
          <img src="img/pear_progress2.gif" align="left" alt=
          "PEAR Progress2 logo" />
          <h1>
            HTML_Progress2 : The Definitive Guide
          </h1>
          <div class="navheader">
            <table width="100%" summary="Navigation header">
              <tr>
                <th colspan="3" align="center">
                  Chapter&nbsp;17.&nbsp;Events to observe
                </th>
              </tr>
              <tr>
                <td width="20%" align="left">
                  <a accesskey="p" href="ch16s05.html">Prev</a>&nbsp;
                </td>
                <th width="60%" align="center">
                  Part&nbsp;IV.&nbsp;Reference Guide
                </th>
                <td width="20%" align="right">
                  &nbsp;<a accesskey="n" href="ch17s02.html">Next</a>
                </td>
              </tr>
            </table>
          </div>
        </td>
      </tr>
    </table>
    <div class="chapter" lang="en" xml:lang="en">
      <div class="titlepage">
        <h2 class="title">
          <a name="reference.observer" id=
          "reference.observer"></a>Chapter&nbsp;17.&nbsp;Events to observe
        </h2>
      </div>
      <div class="toc">
        <p class="c1">
          Table of Contents
        </p>
        <dl>
          <dt>
            <span class="sect1"><a href="ch17.html#id4803430">Events
            Reference</a></span>
          </dt>
          <dt>
            <span class="sect1"><a href="ch17s02.html">Additional Events
            informations</a></span>
          </dt>
        </dl>
      </div>
      <div class="sect1" lang="en" xml:lang="en">
        <div class="titlepage">
          <h2 class="title c2">
            <a name="id4803430" id="id4803430"></a>Events Reference
          </h2>
        </div>
        <div class="variablelist">
          <dl>
            <dt>
              <span class="term">onSubmit</span>
            </dt>
            <dd>
              <p>
                This event is triggered by <code class=
                "methodname">run()</code> method when progress meter start
                process (0%)
              </p>
            </dd>
          </dl>
        </div>
        <div class="variablelist">
          <dl>
            <dt>
              <span class="term">onLoad</span>
            </dt>
            <dd>
              <p>
                This event is triggered by <code class=
                "methodname">run()</code> method when progress meter end
                process (100%)
              </p>
            </dd>
          </dl>
        </div>
        <div class="variablelist">
          <dl>
            <dt>
              <span class="term">onChange</span>
            </dt>
            <dd>
              <p>
                This event is triggered by <code class=
                "methodname">setMinimum()</code>, <code class=
                "methodname">setMaximum()</code>, <code class=
                "methodname">setValue()</code>, <code class=
                "methodname">incValue()</code>, <code class=
                "methodname">moveStep()</code>, and <code class=
                "methodname">moveNext()</code> methods each time the current
                value change.
              </p>
            </dd>
          </dl>
        </div>
        <div class="variablelist">
          <dl>
            <dt>
              <span class="term">onCancel</span>
            </dt>
            <dd>
              <p>
                This event is triggered only by a progress monitor, when user
                decide (click on button) to stop process.
              </p>
            </dd>
          </dl>
        </div>
      </div>
    </div>
    <table class="progress2Footer">
      <tr>
        <td align="left">
          HTML_Progress2 : The Definitive Guide
        </td>
        <td align="right">
          v 2.4.0 : April 20, 2007
        </td>
      </tr>
    </table>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left">
            <a accesskey="p" href="ch16s05.html">Prev</a>&nbsp;
          </td>
          <td width="20%" align="center">
            <a accesskey="u" href="pt04.html">Up</a>
          </td>
          <td width="40%" align="right">
            &nbsp;<a accesskey="n" href="ch17s02.html">Next</a>
          </td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">
            Custom Error Message Generation &nbsp;
          </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top">
            &nbsp;Additional Events informations
          </td>
        </tr>
      </table>
    </div>
  </body>
</html>