Unobtrusive Javascript Date-Picker

Posted by flyerhzm on February 19th, 2008 filed in Plugin, 敏捷开发

这是一款日历选择插件

安装:

1
script/plugin install http://rails-unobtrusive-date-picker.googlecode.com/svn/trunk/unobtrusive_date_picker/

引用:

1
2
3
<%= javascript_include_tag "datepicker" %>
 
<%= stylesheet_link_tag "datepicker" %>

使用:

1
2
3
4
5
<% form_for :article, :url => { :action => @form_action, :id => @article } do |f| {
 
    Date: <%= f.unobtrusive_datetime_picker :date >
 
<% end %>

汉化:
在/public/javascript/lang/下创建cn.js

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
var fdLocale = {
 
        months:[
 
                "一月",
 
                "二月",
 
                "三月",
 
                "四月",
 
                "五月",
 
                "六月",
 
                "七月",
 
                "八月",
 
                "九月",
 
                "十月",
 
                "十一月",
 
                "十二月"
 
                ],
 
        fullDay:[
 
                "星期一",
 
                "星期二",
 
                "星期三",
 
                "星期四",
 
                "星期五",
 
                "星期六",
 
                "星期日"
 
                ],
 
        /* Only stipulate the dayAbbr should the first letter of the fullDay not suffice        dayAbbr:[],
 
        */
 
/* Only stipulate the firstDayOfWeek should the first day not be Monday
 
firstDayOfWeek:0,
 
        */
 
        titles:[
 
                "上一月",
 
                "下一月",
 
                "上一年",
 
                "下一年",
 
                "今天",
 
                "显示日历"
 
                ]
 
};

在页面上引用

1
<%= javascript_include_tag "lang/cn.js" %>

就可以了

Demo:
查看Demo

No related posts.


2 Responses to “Unobtrusive Javascript Date-Picker”

  1. LYNN Says:


    CheapTabletsOnline.Com. Canadian Health&Care.No prescription online pharmacy.Special Internet Prices.Best quality drugs. High quality pills. Order pills online

    Buy:Cozaar.Zocor.Zetia.Buspar.Lipitor.Lipothin.Advair.Lasix.Female Pink Viagra.Acomplia.Wellbutrin SR.SleepWell.Nymphomax.Seroquel.Benicar.Ventolin.Female Cialis.Aricept.Prozac.Amoxicillin….

  2. RALPH Says:


    NEW FASHION store. Original designers collection at low prices!!! 20 % TO 70 % OFF. END OF SEASON SALE!!!

    BUY FASHION. TOP BRANDS: GUCCI, DOLCE&GABBANA, BURBERRY, DIESEL, ICEBERG, ROBERTO CAVALLI, EMPORIO ARMANI, VERSACE…

Leave a Comment