public
Description: JS Mask
Homepage: http://railsbox.org
Clone URL: git://github.com/ozeias/js_mask.git
mergulhao (author)
Mon Sep 22 22:17:37 -0700 2008
commit  fb2aee726dcb934502613928d03df04fe806ce09
tree    ebe93201712e634324fc1a35d5f8e285693f9541
parent  544c98e523b39b8c8f315ae90031ae1b1ac7e940
name age message
file MIT-LICENSE Wed May 21 18:38:46 -0700 2008 initial commit [ozeias]
file README Wed May 21 18:38:46 -0700 2008 initial commit [ozeias]
file Rakefile Wed May 21 18:38:46 -0700 2008 initial commit [ozeias]
file init.rb Wed May 21 18:38:46 -0700 2008 initial commit [ozeias]
file install.rb Wed May 21 18:38:46 -0700 2008 initial commit [ozeias]
directory lib/ Loading commit data...
directory public/ Wed May 21 18:38:46 -0700 2008 initial commit [ozeias]
directory tasks/ Wed May 21 18:38:46 -0700 2008 initial commit [ozeias]
directory test/
README
JSMask
======

    JS Mask JavaScript framework, version 0.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://blog.iconcreative.net/tags/jsmask

Copyright (c) 2008 Ozéias Sant'ana <ozeias@iconcreative.net> and <oz.santana@gmail.com>, released under the MIT license