We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2887934 commit be592b9Copy full SHA for be592b9
test/dateinput/customized.htm
@@ -24,7 +24,8 @@
24
firstDay: 1,
25
speed: 'fast',
26
selectors: false,
27
- yearRange: [-75, -10]
+ yearRange: [-75, -10],
28
+ trigger: true
29
});
30
</script>
31
test/dateinput/skin1.css
@@ -144,3 +144,14 @@ a.caldisabled {
144
background-color:#333;
145
color:#fff;
146
}
147
+
148
+/* date input trigger element */
149
+.caltrigger {
150
+ padding: 5px 20px;
151
+ padding-top: 9px;
152
+ margin-left: 2px;
153
+ background:url('http://static.flowplayer.org/tools/demos/dateinput/css/icon.jpg') no-repeat 0 0;
154
+ -moz-border-radius:3px;
155
+ -webkit-border-radius:3px;
156
+ border-radius:3px;
157
+}
0 commit comments