9
9
include("../Codeviewer/showcode.php");
11
menulayout("AjaxDemoApp1_storeCustomer.php","","AjaxDemoApp0_getCustomer.txt","AJAX Example 0: Get Customer AJAX API","AjaxDemoApp0_getCustomer.html","AjaxDemoApp0_getCustomer.htm");
12
menulayout("AjaxDemoApp1_storeCustomer.php","","AjaxDemoApp0_getCustomer.txt","AJAX Example 0: Get Customer AJAX API","AjaxDemoApp0_getCustomer.html","AjaxDemoApp0_getCustomer.html");
14
menulayout("AjaxDemoApp1_storeCustomer.php","","AjaxDemoApp0_getCustomer.txt","AJAX Example 0: Get Customer AJAX API","AjaxDemoApp0_getCustomer.html","AjaxDemoApp0_getCustomer_description.html");
13
$interestingrows=array(array(8,18,"Ajax function"),array(20,34,"Ajax return function"));
14
$keywords=array("showCustomer","ResultCustomer",'"Haakon"');
15
$highlight=array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
17
$interestingrows = array(array(8,18,"Ajax function"),array(20,34,"Ajax return function"));
18
$keywords = array("showCustomer","ResultCustomer",'"Haakon"');
19
$highlight = array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
17
21
showfile($interestingrows,$keywords,$highlight,"AjaxDemoApp0_getCustomer.html");