Apache::Wyrd::Form::Template

Apache::Wyrd::Form::Template is a sub-form unit Wyrd.
Download

Apache::Wyrd::Form::Template Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Barry King
  • Publisher web site:
  • http://search.cpan.org/~wyrd/Apache-Wyrd-0.98/Wyrd/Services/CodeRing.pm

Apache::Wyrd::Form::Template Tags


Apache::Wyrd::Form::Template Description

Apache::Wyrd::Form::Template is a sub-form unit Wyrd. Apache::Wyrd::Form::Template is a sub-form unit Wyrd.SYNOPSIS < BASENAME::SQLForm index="user_id" table="users" > < BASENAME::Form::Template name="password" > < BASENAME::Form::Preload > < BASENAME::Defaults > select 'root' as user_id; < /BASENAME::Defaults > < BASENAME::Query > select user_id from users where name='Groucho' < /BASENAME::Query > < /BASENAME::Form::Preload > < b >Enter Password:< /b >< br > < BASENAME::Input name="password" type="password" / > < BASENAME::Input name="user_id" type="hidden" / > < /BASENAME::Form::Template > < BASENAME::Form::Template name="result" > < H1 >Status: $:_status< /H1 > < HR > < P >$:_message< /P > < /BASENAME::Form::Template > < /BASENAME::SQLForm >Every Form must have at least one Template. Each Template is arranged in order by default representing each step in a multiple-page form, with each Template a step in that sequence.HTML ATTRIBUTESnameName of the form. Required, and must be different from the name of any other template.actionWhat action to perform on the submission of this template. If set, changes the sequence of the submission, and can move the flow of information entry to an entirely different page and continuing the form sequence from that entry-point.PERL METHODS(format: (returns) name (arguments after self))(scalar) action (void)(Read-only) Returns the action attribute(scalar) name (void)(Read-only) Returns the name attribute(scalar) form_body (void)(Read-only) Returns the template proper. Requirements: · Perl


Apache::Wyrd::Form::Template Related Software