Class Giscuit_View_Helper_FormAutocomplete

Description

Generate an autocomplete element

  • copyright: Copyright (c) 2012 VEC

Located in /View/Helper/FormAutocomplete.php (line 28)

Zend_View_Helper_FormElement
   |
   --Giscuit_View_Helper_FormAutocomplete
Method Summary
 formAutocomplete (string|array $name, [mixed $value = null], [array $attribs = null]) string
Methods
formAutocomplete (line 45)

Generates a 'text' element.

  • return: The element XHTML.
  • access: public
string formAutocomplete (string|array $name, [mixed $value = null], [array $attribs = null])
  • string|array $name: If a string, the element name. If an array, all other parameters are ignored, and the array elements are used in place of added parameters.
  • mixed $value: The element value.
  • array $attribs: Attributes for the element tag.

Documentation generated on Fri, 23 Nov 2012 13:01:37 +0000 by phpDocumentor 1.4.3