This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 97371a87c7544b141ad41baab72fdfe08612a59e
tree 010b7138b99282967ad86b07dd67b1c33f6145e4
parent 6cedcd0b3ae247b82ea020d85fd0f07703c69787
tree 010b7138b99282967ad86b07dd67b1c33f6145e4
parent 6cedcd0b3ae247b82ea020d85fd0f07703c69787
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
files/ | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb |
README
WeeDatePicker ============= This is a super simple datepicker for your rails apps. It is essentially just a packaged version of DatePicker v2.9 by frequency-decoder.com with rails helpers for easy integration. Install ======= Currently the contents of the files directory should be copied manually to your public directory. I would like to write a rake task to do this for me. Please do this and submit a patch if you have time. Example ======= In the *head* section of the layout. <%= yield :date_includes %> In the template. <%= load_date_picker %> Then for each date field you need to do the following. *Remember*: field_names have to be unique on your page. <%= date_picker :start_date, Date.today %> Where the first argument is the field_name and the second is the initial value. This must be a date object. Copyright (c) 2008 Alastair Brunton, released under the MIT license








