Form::Control::tabs(3pm) User Contributed Perl Documentation Form::Control::tabs(3pm)
NAME
Embperl::Form::Control::tabs - A tab control inside an Embperl Form
SYNOPSIS
Embperl::Form -> add_tabs (
[
{
text => 'First Tab',
fields => [
...
]
},
{
text => 'Second Tab',
fields => [
...
]
}
])
DESCRIPTION
Control to display tabs at the top of the form and control the switching between sub
forms. The switching is done by Javascript, so it can only be used in environment where
Javascript is available.
You can use the method Embperl::Form -> add_tabs to setup a tabbed form. See
Embperl::Form on how to specify parameters.
PARAMETER
text
Text that will be displayed on the tab
fields
List of fields that should be displayed in this subform. Given in the same form as form
Embperl::Form.
Author
G. Richter (richter AT dev.de)
See Also
perl(1), Embperl, Embperl::Form
perl v5.10.0 2005-12-09 Form::Control::tabs(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-23 16:32 @38.107.179.237 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)