Login   Register  
PHP Classes
elePHPant
Icontem

File: ReadMe.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Er. Rochak Chauhan  >  AJAX Grid  >  ReadMe.txt  >  Download  
File: ReadMe.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: AJAX Grid
Edit and save table data without page refreshing
Author: By
Last change:
Date: 2006-01-10 03:28
Size: 730 bytes
 

Contents

Class file image Download
#1)Files to be edited: 
	ajaxgrid.js 
	example.php
	edit.php
	grid.php

#2) The variable "url", declared in the top of "ajaxgrid.js" file, defines the server side file, which is called after the save button is pressed

#3) Make sure you include "prototype.js", "ajaxgrid.js" on the top if the HTML file

#4) "idName1", "idName2", "idName3", "idName4" on the top of "ajaxgrid.js" are the ids of the four elements of the grid

#5) I have used text file to read and store the text, but you can also use XML or Database to do the same.

#6) This is just a learing demo, for fully commertial/live code, feel free to contact me.

#7) The whole code is not totaly OOPS Oriented, in order to make it easier to understand.