Menu

PRAjax - PHP Reflected Ajax / News: Recent posts

PRAjax launches UpdatePanel component

Earlier today, PRAjax has released the UpdatePanel component. Some people already know Atlas. Atlas is an ASP.NET based Ajax framework, which introduced partial page rendering without much effort. PRAjax also supports this.

The principle is easy:
· Add the attribute prajax_updatepanelform="true" to forms you want to submit using PRAjax
· Add the attribute prajax_updatepanel="true" to DIV elements you want to update after form submission
PRAjax will then automatically hook itself into your page.... read more

Posted by Maarten Balliauw 2006-08-30

PRAjax launches suggest component

We have just launched a suggest component, which is easy for creating text boxes like Google Suggest: you can add a suggest using PHP as backend with one simple attribute in HTML.

Posted by Maarten Balliauw 2006-05-04

PRAjax - PHP reflected Ajax

The PRAjax class can be used to reflect PHP code into JavaScript and Ajax methods and vice-versa. PHP objects can be used in JavaScript trough Ajax calls, both properties and (registered) functions.

Posted by Maarten Balliauw 2006-01-27