PresentationNode
containing all of the attributes necessary to model a
date input field on screen.
Attributes | Name and Description |
---|---|
|
caplin.presenter.node.DateField( vDate, vStartDate, vEndDate)
Constructs a new instance of |
Attributes | Name and Description |
---|---|
|
endDate
End of the date range for this field |
|
startDate
Start of the date range for this field |
►
caplin.presenter.node.DateField( vDate, vStartDate, vEndDate)
Constructs a new instance of DateField
.
vDate Optional | The initial value of the date field, either using a String or as a caplin.presenter.property.EditableProperty. | |
vStartDate Optional | Start of the date range for this field, either as an ISO Date String, a native Date object, or a caplin.presenter.property.ISODateProperty | |
vEndDate Optional | End of the date range for this field, either as an ISO Date String, a native Date object, or a caplin.presenter.property.ISODateProperty |
►
caplin.presenter.property.ISODateProperty
endDate
End of the date range for this field
►
caplin.presenter.property.ISODateProperty
startDate
Start of the date range for this field