I created a comment plugin for Elgg 1.2 with AJAX effects, but it wouldn’t load the return value from the form submission properly—it would load the entire dashboard page. For some reason Elgg was outputting the location http header causing a redirect. The solution? Set PHP’s output_buffering setting to ‘off’.
Posts Tagged ‘AJAX’
Easy way to get FCKEditor to work inside an ASP.Net AJAX UpdatePanel
March 30th, 2007
9 Comments
The Problem
I had a MultiLine TextBox inside an UpdatePanel and I wanted that TextBox to have rich editing capabilities so I chose FCKEditor. But, now when I do a partial PostBack, the TextBox doesnt retain it value.
An Initial Solution
So, I searched for a solution to this problem and found this post, but it seemed like [...]
Using asp.net syntax in an umbraco document template and in XSLT templates
November 18th, 2006
1 Comment
I am about to embark on a project that will be using ASP.NET AJAX extensively, along with the ASP.NET AJAX Control Toolkit. I would love to be able to do the whole thing inside of Umbraco, but, as far as I know, the only way to use these controls is from within a macro.
For example [...]

