A.DatePickerPopover Class
A base class for DatePickerPopover
.
Constructor
A.DatePickerPopover
(
-
config
Parameters:
-
config
ObjectObject literal specifying widget configuration properties.
Methods
_handleKeyEvent
()
Sets the popover
value by merging its object with another properties.
_isActiveInputFocused
()
Boolean
protected
Checks if the active input is focused.
Returns:
Boolean:
_onPopoverClickOutside
(
protected
-
event
Fires when there's a click outside of the Popover
.
Parameters:
-
event
Object
_setPopover
(
protected
-
val
TODO. Wanna help? Please send a Pull Request.
Parameters:
-
val
Object
alignTo
(
-
node
Sets the Popover
alignment.
Parameters:
-
node
Object
getPopover
()
Popover
Returns an existent Popover
instance or creates a new one if it
doesn't exists.
Returns:
Popover:
hide
()
Hides the Popover
.
show
()
Shows the Popover
.
Properties
ATTRS
Object
static
Static property used to define the default attribute configuration for the
DatePickerPopover
.