Ignore:
Timestamp:
Dec 8, 2013, 5:08:37 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Ověřování vstupů pro MAC adresu a IPv4 a 6. V případě chyby se zobrazí chybné políčko červeně s popisem formátu.
Location:
trunk/Common/Form/Types
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Form/Types/Base.php

    r605 r606  
    6565        return(true);
    6666  }
     67
     68  function GetValidationFormat()
     69  {
     70        return('');
     71  }
    6772}
  • trunk/Common/Form/Types/IPv4Address.php

    r605 r606  
    2727        return(filter_var($Item['Value'], FILTER_VALIDATE_IP, array('flags' => FILTER_FLAG_IPV4)));
    2828  }
     29 
     30  function GetValidationFormat()
     31  {
     32        return('x.x.x.x kde x je hodnota 0..255');
     33  }
    2934}
Note: See TracChangeset for help on using the changeset viewer.