コード例 #1
0
ファイル: TextArea.php プロジェクト: pablius/oob-n1
 /**
  * A DomHelper element spec, or true for a default element spec (defaults to {tag: "textarea", style: "width:100px;height:60px;", autocomplete: "off"})
  * @param PhpExt_Config_ConfigObject $value 
  * @return PhpExt_Form_TextArea
  */
 public function setAutoCreate(PhpExt_Config_ConfigObject $value)
 {
     return parent::setAutoCreate($value);
 }