DEMO SITE v1.7.31

Input Mask 1.7.26 Bootstrap 5 theme

Enhance your forms with dynamic input validation using the new Input Mask feature. Easily enforce specific data formats such as phone numbers, dates, or custom patterns, improving user input accuracy and reducing errors. This feature offers a customizable, user-friendly way to guide data entry while maintaining consistent formatting across your application.

HIDE CODE
<?php    
	$xcrud = Xcrud::get_instance();	
	$xcrud->table("payments");
    $xcrud->set_attr("checkNumber",array("data-inputmask"=>" 'mask' : '99-9999999'"));
    echo $xcrud->render();
?>
<?php
    /*
    * Xcrud Configuration for Input Mask
    *
    * This section configures the Xcrud instance and applies input masks to fields
    * using the Inputmask plugin. Below is a list of commonly used input mask formats.
    *
    * Usage:
    * - Set the "data-inputmask" attribute with the desired mask pattern.
    *
    * Example:
    * $xcrud->set_attr("field_name", array("data-inputmask" => "'mask': 'pattern'"));
    *
    * Commonly Used Input Mask Formats:
    *
    * 1. Phone Number
    *    - Format: (123) 456-7890
    *    - Mask: '999 999-9999'
    *    - Example:
    *      $xcrud->set_attr("phoneNumber", array("data-inputmask" => "'mask': '(999) 999-9999'"));
    *
    * 2. Date (MM/DD/YYYY)
    *    - Format: 12/31/2024
    *    - Mask: '99/99/9999'
    *    - Example:
    *      $xcrud->set_attr("dateOfBirth", array("data-inputmask" => "'mask': '99/99/9999'"));
    *
    * 3. Social Security Number (SSN)
    *    - Format: 123-45-6789
    *    - Mask: '999-99-9999'
    *    - Example:
    *      $xcrud->set_attr("ssn", array("data-inputmask" => "'mask': '999-99-9999'"));
    *
    * 4. Zip Code (US)
    *    - Format: 12345 or 12345-6789
    *    - Mask: '99999[-9999]'
    *    - Example:
    *      $xcrud->set_attr("zipCode", array("data-inputmask" => "'mask': '99999[-9999]'"));
    *
    * 5. Credit Card Number
    *    - Format: 1234 5678 9012 3456
    *    - Mask: '9999 9999 9999 9999'
    *    - Example:
    *      $xcrud->set_attr("creditCard", array("data-inputmask" => "'mask': '9999 9999 9999 9999'"));
    *
    * 6. Currency
    *    - Format: $1,234.56
    *    - Mask: '$9999.99'
    *    - Example:
    *      $xcrud->set_attr("amount", array("data-inputmask" => "'mask': '$9999.99'"));
    *
    * 7. Time (24-Hour Format)
    *    - Format: 14:30
    *    - Mask: '99:99'
    *    - Example:
    *      $xcrud->set_attr("time", array("data-inputmask" => "'mask': '99:99'"));
    *
    * 8. Custom Alphanumeric
    *    - Format: AB-12345
    *    - Mask: 'AA-99999'
    *    - Example:
    *      $xcrud->set_attr("customField", array("data-inputmask" => "'mask': 'AA-99999'"));
    */
?>

Payments

Add
#CustomernumberChecknumberPaymentdateAmount
Actions
1151BF68665827.12.2003 00:00:002.3456789034567896e97 View Edit Remove
2151GB85221526.07.2004 00:00:0020314.44 View Edit Remove
3151KI88457714.12.2004 00:00:0039964.63 View Edit Remove
4157HI61886119.11.2004 00:00:0035152.12 View Edit Remove
5161BR35238414.11.2004 00:00:005500 View Edit Remove
6161BR47849418.11.2003 00:00:0050743.65 View Edit Remove
7161KG64412502.02.2005 00:00:0012692.19 View Edit Remove
8161NI90821405.08.2003 00:00:0038675.13 View Edit Remove
9166BQ32761316.09.2004 00:00:0038785.48 View Edit Remove
10166DC97930707.07.2004 00:00:0044160.92 View Edit Remove
showing_records 1 to 10 of 606
Search