Author: lektran
Date: Wed May  5 01:13:58 2010
New Revision: 941130

URL: http://svn.apache.org/viewvc?rev=941130&view=rev
Log:
Document the list of transform arguments (no idea what they do at the moment

Modified:
    
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java

Modified: 
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java?rev=941130&r1=941129&r2=941130&view=diff
==============================================================================
--- 
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java 
(original)
+++ 
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java 
Wed May  5 01:13:58 2010
@@ -50,6 +50,18 @@ import freemarker.template.TransformCont
  * stuff to be used at the FM level. It can be used to add "function bars"
  * to pages.
  *
+ * Accepts the following arguments (all of which can alternatively be present 
in the template context):
+ * - List<Map<String, ? extends Object>> globalNodeTrail
+ * - String contentAssocPredicateId
+ * - String nullThruDatesOnly
+ * - String subDataResourceTypeId
+ * - String renderOnStart
+ * - String renderOnClose
+ * - String menuDefFile
+ * - String menuName
+ * - String menuWrapperClassName
+ * - String associatedContentId
+ *
  * This is an interactive FreeMarker transform that allows the user to modify 
the contents that are placed within it.
  */
 public class MenuWrapTransform implements TemplateTransformModel {


Reply via email to