コード例 #1
0
 protected function txtLongDescription_Create()
 {
     parent::txtLongDescription_Create();
 }
コード例 #2
0
ファイル: manufacturer_edit.php プロジェクト: heshuai64/einv2
 protected function txtLongDescription_Create()
 {
     parent::txtLongDescription_Create();
     $this->txtLongDescription->TabIndex = 2;
     $this->intNextTabIndex++;
 }