Class FormControlTag

Description

A control to display a single tag for output via FormUI

  • version: $Id$

Located in /system/classes/formui.php (line 1154)

FormContainer
   |
   --FormControlTag
Method Summary
FormControlTag __construct (string $name, string $tag, string $template)
string get ([boolean $forvalidation = true])
Variables
Methods
Constructor __construct (line 1163)

Override the FormControl constructor to support more parameters

  • access: public
FormControlTag __construct (string $name, string $tag, string $template)
  • string $name: Name of this control
  • string $tag: A tag object
  • string $template: A template to use for display
get (line 1179)

Produce HTML output for all this fieldset and all contained controls

  • return: HTML that will render this control in the form
string get ([boolean $forvalidation = true])
  • boolean $forvalidation: True if this control should render error information based on validation.

Redefinition of:
FormContainer::get()
Produce HTML output for all this fieldset and all contained controls

Inherited Methods

Inherited From FormContainer

FormContainer::append()
FormContainer::checksum()
FormContainer::get()
FormContainer::get_controls()
FormContainer::get_theme()
FormContainer::get_values()
FormContainer::has_user_options()
FormContainer::insert()
FormContainer::move()
FormContainer::move_after()
FormContainer::move_before()
FormContainer::pre_out()
FormContainer::remove()
FormContainer::replace()
FormContainer::save()
FormContainer::validate()
FormContainer::__get()

Documentation generated on Thu, 30 Oct 2008 20:31:15 +0100 by phpDocumentor 1.3.2