Added the validation of mandatory form fields before submitting the creation / modification / clone forms.

SVN:trunk[140]
This commit is contained in:
Denis Flaven
2009-09-11 06:01:32 +00:00
parent a2f2cb2d22
commit 9dfb8940cd
6 changed files with 108 additions and 17 deletions

View File

@@ -107,6 +107,7 @@ abstract class AttributeDefinition
public function IsExternalKey($iType = EXTKEY_RELATIVE) {return false;}
public function IsExternalField() {return false;}
public function IsWritable() {return false;}
public function IsNullAllowed() {return true;}
public function GetCode() {return $this->m_sCode;}
public function GetLabel() {return $this->Get("label");}
public function GetDescription() {return $this->Get("description");}