Esempio n. 1
0
File: edit.php Progetto: alcf/chms
 protected function btnSave_Click($strFormId, $strControlId, $strParameter)
 {
     $this->txtName->Text = trim($this->txtName->Text);
     $this->mctCommentCategory->SaveCommentCategory();
     CommentCategory::RefreshOrderNumber();
     $this->ReturnToList();
 }