Ticket #2470: CRF.diff
| File CRF.diff, 0.6 kB (added by cmswarrior, 6 months ago) |
|---|
-
G:/SilverBullet/Sapphire_Model/ComplexRequiredFields.php
31 31 * which is generated at the header of each page 32 32 */ 33 33 function javascript() { 34 $code = ""; 34 35 foreach($this->form->Fields() as $field){ 35 36 //if the field type has some special specific specification for validation of itself 36 37 $valid = $field->jsValidation();
