Class Zend_View_Helper_FormNote

Description

Helper to show an HTML note

  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/View/Helper/FormNote.php (line 38)

Zend_View_Helper_FormElement
   |
   --Zend_View_Helper_FormNote
Method Summary
 string formNote (string|array $name, [array $value = null])
Methods
formNote (line 54)

Helper to show a "note" based on a hidden value.

  • return: The element XHTML.
  • access: public
string formNote (string|array $name, [array $value = null])
  • string|array $name: If a string, the element name. If an array, all other parameters are ignored, and the array elements are extracted in place of added parameters.
  • array $value: The note to display. HTML is *not* escaped; the note is displayed as-is.

Inherited Methods

Inherited From Zend_View_Helper_FormElement

 Zend_View_Helper_FormElement::_getInfo()
 Zend_View_Helper_FormElement::_hidden()
 Zend_View_Helper_FormElement::_htmlAttribs()

Documentation generated on Wed, 21 Feb 2007 11:49:10 -0800 by phpDocumentor 1.3.1