You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by do...@cocoon.apache.org on 2004/07/13 08:00:20 UTC

[Cocoon Wiki] Updated: Flow

   Date: 2004-07-12T23:00:20
   Editor: UpayaVira <uv...@upaya.co.uk>
   Wiki: Cocoon Wiki
   Page: Flow
   URL: http://wiki.apache.org/cocoon/Flow

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,4 +1,4 @@
-== Future home of some really good !FlowScript docs ==
+== Future home of some really good FlowScript docs ==
 
  * What is Flow?
   *An easy way to write complex Web applications with Cocoon
@@ -48,13 +48,13 @@
 or get these all as [http://cocoon.cocoondev.org/wikiaggregate/cocoonwikidocs.html?pagenames=Flow+WhatIsFlow+GettingStartedWithFlow+DebugFlowScripts+JavascriptForJavaProgrammers+RhinoWithContinuations one printable page]
 
 == You can also split up your flow code like so: ==
-{{{
-<map:flow language="JavaScript">
-    <map:script src="script1.js"/>
-    <map:script src="script2.js"/>
-    <map:script src="script3.js"/>
-    <map:script src="script4.js"/>
-</map:flow>
+{{{
+<map:flow language="JavaScript">
+    <map:script src="script1.js"/>
+    <map:script src="script2.js"/>
+    <map:script src="script3.js"/>
+    <map:script src="script4.js"/>
+</map:flow>
 }}}
 
 == Q: What Cocoon-specific objects are available in the Flow? ==