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 Edit In Place  >  README.txt  >  Download  
File: README.txt
Role: Documentation
Content type: text/plain
Description: Read me file
Class: AJAX Edit In Place
Edit and save a paragraph of text in an HTML page
Author: By
Last change:
Date: 2006-01-01 06:07
Size: 456 bytes
 

Contents

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

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

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

#4) Add onLoad= "init()"  in BODY tag.

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