Freja 2.1: XSL and JavaScript
Written by on May 3rd, 2007 in Ajax News.
Freja is a specialized JavaScript framework for creating template-based, single-screen web applications. It relies on browser-side XSL Transformation to render the user interface faster than any other Ajax-based method, and is built on top of Sarissa.
This simple example shows inline editing and is explained in this tutorial:
JAVASCRIPT:
-
-
display.behaviors[”editLink”] = {
-
onclick : function(n) {
-
edit.render(menu, “content”, {itemid:n.id});
-
return false;
-
}
-
};
-
Source: Ajaxian
Original Article: http://ajaxian.com/archives/freja-21-xsl-and-javascript