예제 #1
0
파일: TextArea.php 프로젝트: pablius/oob-n1
 /**
  * The maximum height to allow when grow = true (defaults to 1000)
  * @param integer $value 
  * @return PhpExt_Form_TextArea
  */
 public function setGrowMax($value)
 {
     return parent::setGrowMax($value);
 }