public CoreDatePicker() { Enabled = true; AltField = ""; AltFormat = ""; AppendText = ""; AutoSize = false; ButtonImage = ""; ButtonImageOnly = false; ButtonText = "..."; ChangeMonth = false; ChangeYear = false; CloseText = "Done"; ConstrainInput = true; CurrentText = "Today"; DateFormat = "yyyy/MM/dd"; DayNames = new List <string>(); DayNamesMin = new List <string>(); DayNamesShort = new List <string>(); DisplayMode = DatePickerDisplayMode.Standalone; DefaultDate = null; Duration = 500; FirstDay = 0; GotoCurrent = false; HideIfNoPrevNext = false; IsRTL = false; MaxDate = null; MinDate = null; MonthNames = new List <string>(); MonthNamesShort = new List <string>(); NavigationAsDateFormat = false; NextText = "Next"; PrevText = "Prev"; ShowButtonPanel = false; ShowMonthAfterYear = false; ShowOn = ShowOn.Focus; }
public JQDatePicker() { this.Enabled = true; this.AltField = ""; this.AltFormat = ""; this.AppendText = ""; this.AutoSize = false; this.ButtonImage = ""; this.ButtonImageOnly = false; this.ButtonText = "..."; this.ChangeMonth = false; this.ChangeYear = false; this.CloseText = "Done"; this.ConstrainInput = true; this.CurrentText = "Today"; this.DateFormat = "yyyy/MM/dd"; this.DayNames = new List <string>(); this.DayNamesMin = new List <string>(); this.DayNamesShort = new List <string>(); this.DisplayMode = DatePickerDisplayMode.Standalone; this.DefaultDate = null; this.Duration = 500; this.FirstDay = 0; this.GotoCurrent = false; this.HideIfNoPrevNext = false; this.IsRTL = false; this.MaxDate = null; this.MinDate = null; this.MonthNames = new List <string>(); this.MonthNamesShort = new List <string>(); this.NavigationAsDateFormat = false; this.NextText = "Next"; this.PrevText = "Prev"; this.ShowButtonPanel = false; this.ShowMonthAfterYear = false; this.ShowOn = ShowOn.Both; }
public JQDatePicker() { this.Enabled = true; this.AltField = ""; this.AltFormat = ""; this.AppendText = ""; this.AutoSize = false; this.ButtonImage = ""; this.ButtonImageOnly = false; this.ButtonText = "..."; this.ChangeMonth = false; this.ChangeYear = false; this.CloseText = "Done"; this.ConstrainInput = true; this.CurrentText = "Today"; this.DateFormat = "yyyy/MM/dd"; this.DayNames = new List<string>(); this.DayNamesMin = new List<string>(); this.DayNamesShort = new List<string>(); this.DisplayMode = DatePickerDisplayMode.Standalone; this.DefaultDate = null; this.Duration = 500; this.FirstDay = 0; this.GotoCurrent = false; this.HideIfNoPrevNext = false; this.IsRTL = false; this.MaxDate = null; this.MinDate = null; this.MonthNames = new List<string>(); this.MonthNamesShort = new List<string>(); this.NavigationAsDateFormat = false; this.NextText = "Next"; this.PrevText = "Prev"; this.ShowButtonPanel = false; this.ShowMonthAfterYear = false; this.ShowOn = ShowOn.Both; }