Skip to content

Commit

Permalink
add trigger on custom test demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrobertson committed Sep 4, 2011
1 parent 2887934 commit be592b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/dateinput/customized.htm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
firstDay: 1,
speed: 'fast',
selectors: false,
yearRange: [-75, -10]
yearRange: [-75, -10],
trigger: true
});
</script>

Expand Down
11 changes: 11 additions & 0 deletions test/dateinput/skin1.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,14 @@ a.caldisabled {
background-color:#333;
color:#fff;
}

/* date input trigger element */
.caltrigger {
padding: 5px 20px;
padding-top: 9px;
margin-left: 2px;
background:url('http://static.flowplayer.org/tools/demos/dateinput/css/icon.jpg') no-repeat 0 0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

0 comments on commit be592b9

Please sign in to comment.