From 93d4e02cf6cbd55b53e989dc9f2048e5165823d3 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 12 Jun 2008 23:32:16 +0000 Subject: [PATCH] pod syntax and markup fixes --- lib/WebGUI/Asset.pm | 32 ++++++++++++++++++++++------ lib/WebGUI/Asset/Snippet.pm | 2 +- lib/WebGUI/Asset/Wobject/DataForm.pm | 1 + 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 70646e91b..56535273b 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -2494,19 +2494,37 @@ sub prepareWidgetView { Output the markup required for the widget view. Includes markup to handle the widget macro in the iframe holding the widgetized asset. This does the following: -=item retrieves the content for this asset using its L method +=over 4 -=item processes macros in that content +=item * -=item serializes the processed content in JSON +retrieves the content for this asset using its L method -=item writes the JSON to a storage location +=item * -=item refers the user to download this JSON +processes macros in that content -=item references the appropriate JS files for the templating engine and the widget macro +=item * -=item invokes the templating engine on this JSON +serializes the processed content in JSON + +=item * + +writes the JSON to a storage location + +=item * + +refers the user to download this JSON + +=item * + +references the appropriate JS files for the templating engine and the widget macro + +=item * + +invokes the templating engine on this JSON + +=back =head3 width diff --git a/lib/WebGUI/Asset/Snippet.pm b/lib/WebGUI/Asset/Snippet.pm index 7cb94038d..052373661 100644 --- a/lib/WebGUI/Asset/Snippet.pm +++ b/lib/WebGUI/Asset/Snippet.pm @@ -117,7 +117,7 @@ as-is. =head3 index -index filename passed from L +index filename passed from exportAsHtml =cut diff --git a/lib/WebGUI/Asset/Wobject/DataForm.pm b/lib/WebGUI/Asset/Wobject/DataForm.pm index 10f9a6572..c1cad08e0 100644 --- a/lib/WebGUI/Asset/Wobject/DataForm.pm +++ b/lib/WebGUI/Asset/Wobject/DataForm.pm @@ -13,6 +13,7 @@ http://www.plainblack.com info@plainblack.com ------------------------------------------------------------------- =cut + use strict; use Tie::CPHash; use Tie::IxHash;