public
Description: JS Mask
Homepage: http://railsbox.org
Clone URL: git://github.com/ozeias/js_mask.git
js_mask / README
100755 19 lines (13 sloc) 0.474 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
JSMask
======
 
    JS Mask JavaScript framework, version 0.1.1
 
 
Example
=======
    # View
    # layouts/application.html.erb
    <%= javascript_include_tag :defaults, :jsmask %>
 
    # post/_form.html.erb
    <%= text_field_with_js_mask :post, :date, :class => 'mask_date_br' -%>
 
 For more examples, see icon creative:
 * http://railsbox.org/tags/jsmask
 
Copyright (c) 2008 Ozéias Sant'ana <ozeias@railsbox.org> and <oz.santana@gmail.com>, released under the MIT license