9
9
include("../Codeviewer/showcode.php");
11
menulayout("AjaxDemoApp4_getBookingsForDate.php","AjaxDemoApp2_getCustomerBookings.php","AjaxDemoApp3_getResources.txt","AJAX Example 3: List Resources (Resource Search)","AjaxDemoApp3_getResources.html","AjaxDemoApp3_getResources.htm");
11
menulayout("AjaxDemoApp4_getBookingsForDate.php","AjaxDemoApp2_getCustomerBookings.php","AjaxDemoApp3_getResources.txt","AJAX Example 3: List Resources (Resource Search)","AjaxDemoApp3_getResources.html","AjaxDemoApp3_getResources_description.html");
13
$interestingrows=array(array(9,32,"Ajax return function"));
14
$keywords=array("showResources","searchResources","OutputDiv","resFulltext");
15
$highlight=array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
13
$interestingrows = array(array(9,32,"Ajax return function"));
14
$keywords = array("showResources","searchResources","OutputDiv","resFulltext");
15
$highlight = array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
17
17
showfile($interestingrows,$keywords,$highlight,"AjaxDemoApp3_getResources.html");