PHPonTrax
[ class tree: PHPonTrax ] [ index: PHPonTrax ] [ all elements ]

Class: FormTagHelper

Source Location: /vendor/trax/action_view/helpers/form_tag_helper.php

Class Overview

Helpers
   |
   --FormTagHelper



Author(s):

Methods


Inherited Variables

Inherited Methods

Class: Helpers

Helpers::__construct()
Construct a Helpers object
Helpers::boolean_attribute()
Convert an attribute to proper XML boolean form
Helpers::cdata_section()
Wrap CDATA begin and end tags around argument
Helpers::content_tag()
Generate an open/close pair of tags with optional attributes and content between
Helpers::convert_options()
Convert selected attributes to proper XML boolean form
Helpers::error_wrapping()
If this tag has an error, wrap it with a visual indicator
Helpers::object()
Given the name of an ActiveRecord subclass, find an instance
Helpers::tag()
Generate an HTML or XML tag with optional attributes and self-ending
Helpers::tag_options()
Convert array of tag attribute names and values to string
Helpers::to_content_tag()
Helpers::value()
Get value of current attribute in the current ActiveRecord object

Class Details

[line 34]


Tags:

todo:  Document this class


[ Top ]


Class Methods


method check_box_tag [line 123]

void check_box_tag( $name, [ $value = "1"], [ $checked = false], [ $options = array()])



Tags:

todo:  Document this method


Parameters:

   $name  
   $value  
   $checked  
   $options  

[ Top ]

method file_field_tag [line 92]

void file_field_tag( $name, [ $options = array()])



Tags:

todo:  Document this method


Parameters:

   $name  
   $options  

[ Top ]

method form_tag [line 39]

void form_tag( [ $url_for_options = array()], [ $options = array()])



Tags:

todo:  Document this method


Parameters:

   $url_for_options  
   $options  

[ Top ]

method hidden_field_tag [line 84]

void hidden_field_tag( $name, [ $value = null], [ $options = array()])



Tags:

todo:  Document this method


Parameters:

   $name  
   $value  
   $options  

[ Top ]

method image_submit_tag [line 152]

void image_submit_tag( $source, [ $options = array()])



Tags:

todo:  Document this method
uses:  Helpers::tag()


Parameters:

   $source  
   $options  

[ Top ]

method password_field_tag [line 100]

void password_field_tag( [ $name = "password"], [ $value = null], [ $options = array()])



Tags:

todo:  Document this method


Parameters:

   $name  
   $value  
   $options  

[ Top ]

method radio_button_tag [line 133]

void radio_button_tag( $name, $value, [ $checked = false], [ $options = array()])



Tags:

todo:  Document this method


Parameters:

   $name  
   $value  
   $checked  
   $options  

[ Top ]

method select_tag [line 65]

void select_tag( $name, [ $option_tags = null], [ $options = array()])



Tags:

todo:  Document this method


Parameters:

   $name  
   $option_tags  
   $options  

[ Top ]

method start_form_tag [line 56]

void start_form_tag( )



Tags:

todo:  Document this method


[ Top ]

method submit_tag [line 143]

void submit_tag( [ $value = "Save changes"], [ $options = array()])



Tags:

todo:  Document this method


Parameters:

   $value  
   $options  

[ Top ]

method text_area_tag [line 108]

void text_area_tag( $name, [ $content = null], [ $options = array()])



Tags:

todo:  Document this method


Parameters:

   $name  
   $content  
   $options  

[ Top ]

method text_field_tag [line 76]

void text_field_tag( $name, [ $value = null], [ $options = array()])



Tags:

todo:  Document this method


Parameters:

   $name  
   $value  
   $options  

[ Top ]


Documentation generated on Mon, 21 May 2007 22:28:33 -0600 by phpDocumentor 1.3.2