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 2005/01/31 01:35:57 UTC

[Cocoon Wiki] Updated: PortalToolsPtmJs

   Date: 2005-01-30T16:35:57
   Editor: RalphGoers
   Wiki: Cocoon Wiki
   Page: PortalToolsPtmJs
   URL: http://wiki.apache.org/cocoon/PortalToolsPtmJs

   Grammatical corrections

Change Log:

------------------------------------------------------------------------------
@@ -1,16 +1,16 @@
 = PtmJs =
 
-The {{{ptm.js}}} is the main FlowScript from the PortalTools. At the moment it does not
-contain much, but maybe it will be extended if it is possible to use intercepted flow or
-so.
+{{{ptm.js}}} is the main F''''''lowScript for the PortalTools framework. At the moment it does not
+contain much, but it might be extended if it is possible to use intercepted flow or
+something similar.
 
  * Imports requiered packages
  * Imports Form.js
- * Adds short functions to get and release the PortalToolManger
+ * Adds short functions to get and release the P''''''ortalToolManger
   * getPTM();
   * relPTM(toolManager);
 
-You should import this file in your Flow:
+This file should be imported into a Flow:
 {{{
 cocoon.load("resource://org/apache/cocoon/portal/tools/ptm.js");
 }}}