From f797429b5f082bdd07b3688ef7d57379495e64f3 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Fri, 24 Jun 2011 15:09:25 -0500 Subject: [PATCH] clarify docs --- lib/WebGUI/Asset/Template.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Asset/Template.pm b/lib/WebGUI/Asset/Template.pm index 13e480fe0..1273a68a7 100644 --- a/lib/WebGUI/Asset/Template.pm +++ b/lib/WebGUI/Asset/Template.pm @@ -139,8 +139,9 @@ Provides a mechanism to provide a templating system in WebGUI. =head2 forms -A hash of forms to be included in this template. The forms' template variables -will be automatically added to the L hash when the template is processed. +A hash of WebGUI::FormBuilder objects to be included in this template. +The forms' template variables will be automatically added to the L hash +when the template is processed. Hash keys are the form's unique name, which will be prefixed to the form's template variables