Giter VIP home page Giter VIP logo

ndg_masked_input.ee_fieldtype's Introduction

Masked Input EE2 Fieldtype: 

Allows you to define a mask format for the field input.  This makes sure the correct format has been entered.
An inline validation is added where the user is notified when the correct format has not been entered.
A publish validation is added for fields that are marked as required 


INSTALLATION
- copy files into system/expressionengine/third_party/ndg_masked_input
- copy files into themes/third_party/ndg_masked_input

EXAMPLES:

(999) 999-9999	- phone example
99/99/99		- custom date
aa-9999			- product number ex. PR-2342 
h:i			- ex: 11:34
H:i			- ex: 23:34

The following mask definitions are predefined:

a     			- Represents an alpha character (A-Z,a-z)
9     			- Represents a numeric character (0-9)
*     			- Represents an alphanumeric character (A-Z,a-z,0-9)
d/m/y 			- day/month/year in 99/99/9999 format ex 06/12/2010
h			- 12-hour format of an hour with leading zeros, 01 through 12
H			- 24-hour format of an hour with leading zeros, 00 through 23

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.