/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to trunk/Code Viewer Alt/AJAX/AjaxDemoApp1_storeCustomer.php

  • Committer: a11vikob
  • Date: 2013-03-28 14:28:13 UTC
  • mto: (4.2.2 hitlerhorabajs)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: a11vikob@student.his.se-20130328142813-n08tuh849zlhtayo
In "Code Viewer Alt":
Fixed indentations etc. Moved out some css to separate file

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        
11
11
        menulayout("AjaxDemoApp2_getCustomerBookings.php","AjaxDemoApp0_getCustomer.php","AjaxDemoApp1_storeCustomer.txt","AJAX Example 1: Creation of Customer","AjaxDemoApp1_storeCustomer.html","AjaxDemoApp1_storeCustomer.htm");
12
12
        
13
 
        $interestingrows=array(array(7,26,"Ajax function"),array(28,36,"Ajax return function"));
14
 
        $keywords=array("makeCustomer","storeCustomer","ResultCustomer","customerID");
15
 
        $highlight=array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
 
13
        $interestingrows = array(array(7,26,"Ajax function"),array(28,36,"Ajax return function"));
 
14
        $keywords = array("makeCustomer","storeCustomer","ResultCustomer","customerID");
 
15
        $highlight = array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
16
16
 
17
17
        showfile($interestingrows,$keywords,$highlight,"AjaxDemoApp1_storeCustomer.html");
18
18