Added pluggable template parser docs. From the dev list, changed HTMLTemplateExpr to translate all dots in template variables to underscores, since EXPR's don't do dots, just like TemplateToolkit.
13 lines
257 B
Perl
13 lines
257 B
Perl
package WebGUI::Help::Template_HTMLTemplateExpr;
|
|
|
|
our $HELP = { ##hashref of hashes
|
|
'html template expr' => {
|
|
title => 'html template expr title',
|
|
body => 'html template expr body',
|
|
related => [
|
|
],
|
|
},
|
|
|
|
};
|
|
|
|
1; ##All perl modules must return true
|