Textarea.php #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • library/
  • P4Cms/
  • Form/
  • Element/
  • Textarea.php
  • View
  • Commits
  • Open Download .zip Download (532 B)
<?php
/**
 * Extends Zend_Form_Element_Textarea into the P4Cms namespace simply
 * to ensure that we get the standard version of the textarea element
 * and not the dojo version.
 * 
 * This works because P4Cms form elements have higher precedence than
 * Zend dojo elements.
 * 
 * @copyright   2011 Perforce Software. All rights reserved.
 * @license     Please see LICENSE.txt in top-level folder of this distribution.
 * @version     <release>/<patch>
 */
class P4Cms_Form_Element_Textarea extends Zend_Form_Element_Textarea
{
}
# Change User Description Committed
#1 16170 perforce_software Move Chronicle files to follow new path scheme for branching.
//guest/perforce_software/chronicle/library/P4Cms/Form/Element/Textarea.php
#1 8972 Matt Attaway Initial add of the Chronicle source code