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:

  1.  
  2. display.behaviors[”editLink”] = {
  3.         onclick : function(n) {  
  4.                 edit.render(menu, “content”, {itemid:n.id});
  5.                 return false;
  6.         }
  7. };
  8.  

Source: Ajaxian
Original Article: http://ajaxian.com/archives/freja-21-xsl-and-javascript

Leave a Reply

You must be logged in to post a comment.



Site Navigation