Ticket #2470: CRF.diff

File CRF.diff, 0.6 kB (added by cmswarrior, 6 months ago)
  • G:/SilverBullet/Sapphire_Model/ComplexRequiredFields.php

     
    3131         * which is generated at the header of each page  
    3232         */ 
    3333        function javascript() { 
     34                $code = ""; 
    3435                foreach($this->form->Fields() as $field){ 
    3536                        //if the field type has some special specific specification for validation of itself 
    3637                        $valid = $field->jsValidation();