Changeset 606 for trunk/Common/Form/Types
- Timestamp:
- Dec 8, 2013, 5:08:37 PM (11 years ago)
- Location:
- trunk/Common/Form/Types
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Types/Base.php
r605 r606 65 65 return(true); 66 66 } 67 68 function GetValidationFormat() 69 { 70 return(''); 71 } 67 72 } -
trunk/Common/Form/Types/IPv4Address.php
r605 r606 27 27 return(filter_var($Item['Value'], FILTER_VALIDATE_IP, array('flags' => FILTER_FLAG_IPV4))); 28 28 } 29 30 function GetValidationFormat() 31 { 32 return('x.x.x.x kde x je hodnota 0..255'); 33 } 29 34 }
Note:
See TracChangeset
for help on using the changeset viewer.