DateTimePickerPopupSettingsBuilder
Methods
AppendTo(System.String)
Defines a jQuery selector that will be used to find a container element, where the popup will be appended to.
Parameters
value - System.String
The value for AppendTo
RETURNS
Returns the current DateTimePickerPopupSettingsBuilder instance.
Origin(System.String)
Specifies how to position the popup element based on anchor point. The value is space separated "y" plus "x" position.The available "y" positions are: - "bottom" - "center" - "top"The available "x" positions are: - "left" - "center" - "right"
Parameters
value - System.String
The value for Origin
RETURNS
Returns the current DateTimePickerPopupSettingsBuilder instance.
Position(System.String)
Specifies which point of the popup element to attach to the anchor's origin point. The value is space separated "y" plus "x" position.The available "y" positions are: - "bottom" - "center" - "top"The available "x" positions are: - "left" - "center" - "right"
Parameters
value - System.String
The value for Position
RETURNS
Returns the current DateTimePickerPopupSettingsBuilder instance.