From 83915a519e30b51e45a2e661ef9dbc2e52ad7b02 Mon Sep 17 00:00:00 2001 From: Brahim Arkni Date: Sun, 6 Mar 2016 23:02:54 +0000 Subject: [PATCH] Documentation: move creditcard method to the list of addons --- pages/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/documentation.md b/pages/documentation.md index df24e83..ad4b869 100644 --- a/pages/documentation.md +++ b/pages/documentation.md @@ -122,12 +122,12 @@ A set of standard validation methods is provided: * [`dateISO` - Makes the element require an ISO date.](/dateISO-method) * [`number` - Makes the element require a decimal number.](/number-method) * [`digits` - Makes the element require digits only.](/digits-method) -* [`creditcard` - Makes the element require a credit card number.](/creditcard-method) * [`equalTo` - Requires the element to be the same as another one](/equalTo-method) Some more methods are provided as add-ons, and are currently included in additional-methods.js in the download package. Not all of them are documented here: * [`accept` - Makes a file upload accept only specified mime-types.](/accept-method) +* [`creditcard` - Makes the element require a credit card number.](/creditcard-method) * [`extension` - Makes the element require a certain file extension.](/extension-method) * [`phoneUS` - Validate for valid US phone number.](/phoneUS-method) * [`require_from_group` - Ensures a given number of fields in a group are complete.](/require_from_group-method)