File: index.php

package info (click to toggle)
php-xajax 0.2.4-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 336 kB
  • ctags: 557
  • sloc: php: 1,667; sh: 45; makefile: 44
file content (42 lines) | stat: -rw-r--r-- 1,682 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php
/*
 * Created on Oct 31, 2005
 *
 * To change the template for this generated file go to
 * Window - Preferences - PHPeclipse - PHP - Code Templates
 */
?>
<html>
<head>
<title>xajax Tests</title>
</head>
<body>

<h1>xajax Tests</h1>

<ul>
<li><a href="xajaxResponseTest.php">xajaxResponse Test</a> (<b>generates a new xajax.js file if missing</b>)<br />&nbsp;</li>

<li><a href="catchAllFunctionTest.php">Catch-all Function Test</a></li>
<li><a href="changeEventTest.php">Change Event Test</a></li>
<li><a href="charEncodingTest.php">Character Encoding Test</a></li>
<li><a href="confirmTest.php">Confirm Commands Test</a></li>
<li><a href="createFormInputTest.php">Create Form Input Test</a></li>
<li><a href="customResponseClassTest.php">Custom Response Class Test</a></li>
<li><a href="disabledFormElementsTest.php">Disabled Form Elements Test</a></li>
<li><a href="eventHandlerTest.php">Event Handler Test</a></li>
<li><a href="errorHandlingTest.php">Error Handling Test</a></li>
<li><a href="formSubmissionTest.php">Form Submission Test</a></li>
<li><a href="HTTPStatusTest.php">HTTP Status Test</a></li>
<li><a href="includeExternalScriptTest.php">Include External Script Test</a></li>
<li><a href="largeResponseTest.php">Large Response Test</a></li>
<li><a href="phpWhitespaceTest.php">PHP Whitespace Test</a></li>
<li><a href="preFunctionTest.php">Pre-function Test</a></li>
<li><a href="redirectTest.php">Redirect Test</a></li>
<li><a href="registerExternalFunctionTest.php">registerExternalFunction Test</a></li>
<li><a href="searchReplaceTest.php">Search and Replace Test</a></li>
<li><a href="scriptCallTest.php">addScriptCall Test</a></li>
</ul>

</body>
</html>