Class QDatepickerBoxBase
Impelements a JQuery UI Datepicker in a box A Datepicker Box is similar to a Datepicker, but its not associated with a field. It just displays a calendar for picking a date.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QTextBoxBase
- QTextBox
- QDatepickerBoxGen
- QDatepickerBoxBase
Direct known subclasses
QDatepickerBox
Package: Controls\Base
Link: http://jqueryui.com/datepicker/#inline
Located at includes/base_controls/QDatepickerBoxBase.class.php
Link: http://jqueryui.com/datepicker/#inline
Located at includes/base_controls/QDatepickerBoxBase.class.php
public
|
#
ParsePostData( )
Parse the data posted back via the control. This function basically test for the Crossscripting rules applied to the QTextBox |
public
boolean
|
|
public
mixed
|
|
public
mixed
|
|
public static
|
Destroy(),
Dialog(),
GetDate(),
GetEndScript(),
GetJqSetupFunction(),
Hide(),
IsDisabled(),
MakeJqOptions(),
Option(),
Option1(),
Option2(),
Option3(),
Refresh(),
SetDate(),
Show()
|
GetControlHtml(),
GetState(),
InitHtmlPurifier(),
PutState(),
RenderHtmlAttributes(),
Sanitize(),
Select(),
SetPurifierConfig(),
__construct()
|
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
protected
string
|
$strDateTimeFormat
Format for the datetime to pick |
#
"MM/DD/YYYY"
|
protected
|
$dttDateTime
variable to store the picked value |
|
protected
string
|
$strMinDateErrorMsg
|
|
protected
string
|
$strMaxDateErrorMsg
|
$strCssClass
|
$attributes,
$styles
|
public
string
|
$DateFormat
The format to use for displaying the date |
public
string
|
$DateTimeFormat
Alias for DateFormat |
public
|
$DateTime
The date to set the field to |
public
mixed
|
$Minimum
Alias for MinDate |
public
mixed
|
$Maximum
Alias for MaxDate |
public
string
|
$Text
Textual date to set it to |
public write-only
string
|
$MinDateErrorMsg
Message to display if we are before the minimum date |
public write-only
string
|
$MaxDateErrorMsg
Message to display if we are after the maximum date |
$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
|