mask – PHP Database Form https://phpdatabaseform.com Generate web form from database. Simple. Tue, 22 Jul 2014 02:58:49 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.4 set_mask() https://phpdatabaseform.com/docs/set_mask/ Fri, 18 Jul 2014 18:46:25 +0000 http://phpdatabaseform.com/?p=354 set_mask(mixed $col, mixed $mask, string $extra_prop)

Provides a general format to text field and enforce it’s structure as the user types in values.

It gives the user an idea about how they should enter the data.

Parameters

mixed $col
  • Column name
mixed $mask
  • Mask pattern
string $extra_prop
  • Optional. Addition properties e.g. “{placeholder: ‘(_)-____’}”. Note must single quote

phpDatabaseForm uses jQuery Mask Input created by Igor Escobar http://igorescobar.github.io/jQuery-Mask-Plugin/ available under MIT license.

]]>