2016-12-05
3.0.0
Tiago Flor
10.0.200.2
All
All
Components, Widgets, Plug-ins
[Overview]
Datedropper is a jQuery datepicker plugin.
[Detail]
Datedropper is a jQuery plugin that provides a quick and easy way to manage dates for input fields.
FEATURESanimate (default: true)
When set to true (default) the dropdown will run an initial state animation when the user clicks the control for the first time and all user changes are animated.
init_animation (default: fadeIn)
Animation Style to use when init datedropper. There are three available animation values: fadeIn, bounce, dropDown.
format (default: m-d-Y)
A date format string that dateDropper expects existing values to be in and will write dates out it.ValueDescriptionResultMShort monthJanFLong monthJanuarymNumeric month01-12nNon-padded numeric month1-12YLong numeric year2015dPadded numeric day01-31jNon-Padded Numeric day1-31DShort day-of-weekSunlLong day-of-weekSunday
lang (default: English)
Display Language to use for Month name and Day-of-week.
ValueResultarArabicitItalianhuHungariangrGreekesEspanoldaDanskdeDeutschnlDutchfrFrancaisplPolskiptPortuguesesiSlovenianukUkrainianruRussiantrTurkishkoKorean
lock (default: false)
Set the initial value to current date or lock the control value to current date: false, from, to.
maxYear (default: 2020)
The highest year value the control will allow.
minYear (default: 1970)
The oldest year the control will allow.
yearsRange (default: 10)
It groups the years based on the value set(multiple).
STYLEdropPrimaryColor: (default: #01CEFF)
Specify a color value for drop down accent color.
dropTextColor (default: #333)
Specify a color value for drop down text color.
dropBackgroundColor (default: #FFFFFF)
Specify a color value for drop down background color.
dropBorder (default: 1px solid #08C)
Specify a css proprieties for drop down border style
dropBorderRadius (Default: 8)
Specify a integer value for drop down border radius.
dropShadow (default: 0 0 10px 0 rgba(0, 136, 204, 0.45))
Specify a css proprieties for drop down shadow.
dropWidth (Default: 124)
Specify a integer value for drop down width.
dropTextWeight (default: bold)
Specify a integer value for drop down text weight.