Class pvr.widget.editors.DateTextBoxEditor


Extends idx.form.DateTextBox, pvr.widget.editors.mixins._EditorMixin, pvr.widget.editors.mixins._CalendarMixin, pvr.widget.editors.mixins._DateTimeMixin, pvr.widget.editors.mixins._DateHintMixin.
Provides a date text box editor widget with a date picker control for editing properties of type "datetime" or "date".
Defined in: <pvr\widget\editors\DateTextBoxEditor.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
Indicates whether the time portion of the "datetime" value should be rendered.

Method Summary

Method Attributes Method Name and Description
 
adjustValue(value, editorParams)
 
constructor(params)

Constructor Detail

pvr.widget.editors.DateTextBoxEditor()

Field Detail

includeTime

Indicates whether the time portion of the "datetime" value should be rendered.

If true, the time portion can be manually entered in the text box control, but a time picker control is not provided.

The feature is not supported for properties of type "date".

Method Detail

adjustValue(value, editorParams)

Parameters:
value
editorParams

constructor(params)

Parameters:
params