From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f --- .../js/dojox/dtl/tests/demo_Templated_Jaxer.html | 87 ---------------------- 1 file changed, 87 deletions(-) delete mode 100644 includes/js/dojox/dtl/tests/demo_Templated_Jaxer.html (limited to 'includes/js/dojox/dtl/tests/demo_Templated_Jaxer.html') diff --git a/includes/js/dojox/dtl/tests/demo_Templated_Jaxer.html b/includes/js/dojox/dtl/tests/demo_Templated_Jaxer.html deleted file mode 100644 index 29e5470..0000000 --- a/includes/js/dojox/dtl/tests/demo_Templated_Jaxer.html +++ /dev/null @@ -1,87 +0,0 @@ - - - Demo using dojox.dtl._Templated - - - - -

Using Dojo's Django Template language on Jaxer

-

- Aptana's Jaxer is server side JavaScript (SSJS) server. With some modifications to - a web page, Dojo can be run on the server. With Dojo running on the server, you can - utilize the Dojo's Django Template library rendering engine to do templating within - Jaxer. The latest build of Dojo includes some patches to properly work with Jaxer, - so you need a build of Dojo later than 2/18/08 to work with Jaxer. Next, the - following modifications to your page are needed to run Jaxer: -

-

-

- Once this is done, Dojo should load in Jaxer, and you can utilize the library capabilities of - Dojo. In particular, you can now use DTL renderer as you would on - the browser. If you are running this in Jaxer, below should be a working demonstration of - a template that is rendered on the server. -

-
-

- It is important to note that Jaxer is not capable of transferring the programmaticaly set - event handlers for widgets, it can only send the static HTML to the browser. This means - you can use DTL as a templating engine to create HTML on the server, but Dojo client side widgets - are still necessary if you want to use interactive widgets on the browser. -

- - - \ No newline at end of file -- cgit v1.2.3