X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FManual%2FStandardTemplates.pod;h=e3866c877ceebfea28df74096d4b97d3b12cc77e;hb=1fc45e8059ce1418fa5ad3cd75549fee26e18c06;hp=35f9a8a86cca5befa0347d1808cc4a4643727af6;hpb=628ecd5d9d294e601c79c7509140d02dcd7a1d40;p=maypole.git diff --git a/lib/Maypole/Manual/StandardTemplates.pod b/lib/Maypole/Manual/StandardTemplates.pod index 35f9a8a..e3866c8 100644 --- a/lib/Maypole/Manual/StandardTemplates.pod +++ b/lib/Maypole/Manual/StandardTemplates.pod @@ -1,5 +1,9 @@ -=head1 Maypole's Standard Templates and Actions +=head1 NAME + +Maypole::Manual::StandardTemplates - Maypole's Standard Templates and Actions + +=head1 DESCRIPTION As we saw in our Create-Read-Update-Delete (CRUD) example, Maypole does all it can to make your life @@ -267,7 +271,7 @@ template view =head3 F The F template is pretty much the same as F, but it uses -L's +L's C method on each column of an object to return a C object representing a form element to edit that property. These elements are then rendered to HTML with C or to XHTML with C.