Class Giscuit_View_Helper_FormGtautocomplete

Description

Generate an autocomplete element

  • copyright: Copyright (c) 2012 VEC

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

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

Generates a 'autocomplete' element.

  • return: The element XHTML.
  • access: public
string formGtautocomplete (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 Wed, 23 Jan 2013 15:54:40 +0000 by phpDocumentor 1.4.3