Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/validate/br.js

  • Provides:

    • dojox.validate.br
  • Requires:

    • dojox.validate._base in common
  • dojox.validate.br.isValidCnpj

    • parameters:
      • value: (typeof String)
        The CNPJ/CGC number in ##.###.###/####-##, ########/####-##,
        ############-## or ############## format
    • summary
      Validates a CNPJ/CGC number
    • type
      Function
  • dojox.validate.br.computeCnpjDv

    • parameters:
      • value: (typeof String)
        The CGC number in ##.###.###/#### or ############ format
    • summary
      Generate the DV code (checksum part) for a Cnpj number
    • type
      Function
  • dojox.validate.br.isValidCpf

    • parameters:
      • value: (typeof String)
        The CPF number in #########-## or ###########,
        format
    • summary
      Validates a CPF number
    • type
      Function
  • dojox.validate.br.computeCpfDv

    • parameters:
      • value: (typeof String)
        The CPF number in ######### format
    • summary
      Generate the DV code (checksum part) for a CPF number
    • type
      Function
  • i

    • type
      Number
  • tmp

    • type
      String
  • j

    • type
      Number
  • dojox.validate.br

    • type
      Object
  • dojox.validate

    • type
      Object
  • dojox

    • type
      Object