Class QDateTimePicker
This class is meant to be a date-picker. It will essentially render an uneditable HTML textbox as well as a calendar icon. The idea is that if you click on the icon or the textbox, it will pop up a calendar in a new small window.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QDateTimePicker
public
|
|
protected
string
|
|
public
boolean
|
|
public
mixed
|
|
public
mixed|
|
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
protected
|
$dttDateTime
|
#
null
|
protected
string
|
$strDateTimePickerType
|
|
protected
string
|
$strDateTimePickerFormat
|
|
protected
integer
|
$intMinimumYear
|
#
1970
|
protected
integer
|
$intMaximumYear
|
#
2020
|
protected
|
$intSelectedMonth
|
#
null
|
protected
|
$intSelectedDay
|
#
null
|
protected
|
$intSelectedYear
|
#
null
|
protected
boolean
|
$blnAllowBlankTime
Allow or Disallow Choosing '--' in the control UI for time |
#
true
|
protected
boolean
|
$blnAllowBlankDate
Allow or Disallow Choosing '--' in the control UI for date |
#
true
|
protected
boolean
|
$strTimeSeparator
The character which appears between the hour, minutes and seconds |
#
':'
|
protected
integer
|
$intSecondInterval
Steps of intervals to show for second field |
#
1
|
protected
integer
|
$intMinuteInterval
Steps of intervals to show for minute field |
#
1
|
protected
integer
|
$intHourInterval
Steps of intervals to show for hour field |
#
1
|
protected
string
|
$strJavaScripts
List of JavaScript files to be attached with the control when rendering |
#
'date_time_picker.js'
|
protected
string
|
$strCssClass
The INITIAL class for the object. Only subclasses should set this before calling the parent constructor. |
#
'datetimepicker'
|
$attributes,
$styles
|
public
null| |
$DateTime
|
public
string
|
$DateTimePickerType
|
public
string
|
$DateTimePickerFormat
|
public
integer
|
$MinimumYear
Minimum Year to show |
public
integer
|
$MaximumYear
Maximum Year to show |
public
boolean
|
$AllowBlankTime
Allow the '--' value for the Time section of control's UI |
public
boolean
|
$AllowBlankDate
Allow the '--' value for the Date section of control's UI |
public
string
|
$TimeSeparator
Character to separate the select boxes for hour, minute and seconds |
public
integer
|
$SecondInterval
Seconds are shown in these intervals |
public
integer
|
$MinuteInterval
Minutes are shown in these intervals |
public
integer
|
$HourInterval
Hours are shown in these intervals |
$AccessKey,
$AltText,
$BackColor,
$BorderCollapse,
$BorderColor,
$BorderStyle,
$BorderWidth,
$CssClass,
$Cursor,
$Data,
$Display,
$DisplayStyle,
$Enabled,
$FontBold,
$FontItalic,
$FontNames,
$FontOverline,
$FontSize,
$FontStrikeout,
$FontUnderline,
$ForeColor,
$Height,
$HorizontalAlign,
$Left,
$Margin,
$NoWrap,
$Opacity,
$OrderedListType,
$Overflow,
$Padding,
$Position,
$ReadOnly,
$TabIndex,
$ToolTip,
$Top,
$UnorderedListStyle,
$VerticalAlign,
$Width
|