Bigtop
view release on metacpan or search on metacpan
lib/Bigtop/Docs/FullKeywords.pod view on Meta::CPAN
=item html_form_display_size
width attribute if type is text
Applies only to fields of type text.
=item html_form_class
class attribute for the form field
Applies only to fields of type text.
=item html_form_hint
form field hint
=item html_form_options
Choices for fields of type select
[ignored for refers_to fields]
Applies only to fields of type select.
All values for html_form_options statements must be pairs like:
name => its_value
where C<name> is a label and C<its_value> is a database value.
You may supply a comma separated list of values for
html_form_options statements.
=item html_form_foreign
Display field is a foreign key
Applies only to fields of type display.
This field is boolean, use 1 for true or 0 for false.
=item html_form_onchange
Name of Javascript function to call on change
Applies only to fields of type select.
=item html_form_fieldset
Name of fieldset to group this field into
=item date_select_text
link text for date popup window
Applies only to fields of type text.
=item html_form_raw_html
appears before this field's table row
=item non_essential
Tells modeler: retrieve only when accessed
This field is boolean, use 1 for true or 0 for false.
=item pseudo_value
This is the definition for a pseudo field. By defining it, you're declaring the field as a pseudo field
=item unique_name
Declare this field as unique, and use the value for the constraint name
=back
=head2 join_table
=over 4
=item joins
Which tables does this one join?
All values for joins statements must be pairs like:
name => its_value
where C<name> is a table and C<its_value> is a table.
This statement is required.
=item names
What should I call each has many?
All values for names statements must be pairs like:
name => its_value
where C<name> is a has many name and C<its_value> is a has many name.
=item data
What to INSERT INTO table upon initial creation
( run in 0.768 second using v1.01-cache-2.11-cpan-364913b4093 )