Page 1 of 1

PHP AJAX Text Editing.

Posted: Mon May 05, 2008 10:54 pm
by davidshq
I'm using Pligg on one of my sites, which is written in PHP. Included in the application is a library called qedit_0_3.php. I believe they wrote it internally. It is used to provide AJAX functionality when editing certain sections of the site. When one clicks on text it becomes editable and savable. Cool. But its not on the main pages with all the stories. I've been working on reviewing the code (I'm still new with PHP) and understanding how to implement it so admins. can edit stories on the fly. What I'm wondering though is if there is a better way to handle this than with the built in qedit function. Is there a code library out there that provides this functionality that might be easier/more flexible? I want to design with the future in mind and hope eventually to become one of the volunteer developers with Pligg...So I want to take into consideration possible alternatives to the current built-in functionality. Any recommendations would be appreciated. Thanks.
David.

Re: PHP AJAX Text Editing.

Posted: Tue May 06, 2008 6:10 am
by raveendran
hai davidshq,

Pls download the AJAx scripts from the following link,

http://script.aculo.us/

Re: PHP AJAX Text Editing.

Posted: Tue May 06, 2008 4:17 pm
by davidshq
Thanks. I'll take a look. Any other recommendations?
David.

Re: PHP AJAX Text Editing.

Posted: Tue May 06, 2008 4:20 pm
by pickle
If you're looking for javascript libraries, jQuery & mootools are two notable entrants. I personally use jQuery.