|
Apache::Wyrd::Form::Template - Sub-form unit Wyrd |
Apache::Wyrd::Form::Template - Sub-form unit Wyrd
<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.
(format: (returns) name (arguments after self))
action (void)name (void)form_body (void)
Reserves the _setup and _format_output methods.
Barry King <wyrd@nospam.wyrdwright.com>
Copyright 2002-2004 Wyrdwright, Inc. and licensed under the GNU GPL.
See LICENSE under the documentation for Apache::Wyrd.
|
Apache::Wyrd::Form::Template - Sub-form unit Wyrd |