NAME

Para::Frame::Template::Components - Template creation and modification

DESCRIPTION

The respective object is defined in their source pods.

Page generation

See Para::Frame::Template::Overview

Exported objects

This is some of the exported objects.

Form widgets

slider
Draws a series of radiobuttons representing a range of numerical values.
input
Draws a input field widget.
radio
Draws a radiobutton.
checkbox
Draws a checkbox.
textarea
Draws a textarea.
select
Draws a dropdown menu from a list of records (from a DB).

Data manipulation

hidden
Inserts a hidden form field.
preserve_data
Preserves most query params EXCEPT those mentioned
plan_backtrack
Pops the URL from the top of the route stack and returns it.
rowlist
Returns a list of values. One entry for each nonempty row in the text.
list2block
This is the inverse of rowlist. Returns a textblock created from a list of values.

Navigation widgets

submit
Draw a form submit button.
go
Draw a form submit button with custom next_handler and next_action.
jump
Draw a link.
forward
Draw a link, keeping all curent params.
plan_next
Insert a new step in the route.
alfanum_bar
Draws a alfanumerical link bar.

Other widgets

hr
Creates a small hr.

Modules exporting objects

Just some of them...

Para::Frame::Request/set_ritframe_params
Para::Frame::DBIx/"Exported objects"
Para::Frame::Widget

SEE ALSO

Para::Frame, Para::Frame::Template::Overview