Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package '') Extends designtime/SolutionModel: Extends runtime:
Calendar-Inline is an inline input component. It shows a date-picker so the user can choose Date values for a bound data-provider. It is similar to the Calendar component, but this Calendar-Inline shows the date-picker the date-picker directly on the form, not in a popup when clicked.
This is a reference page; many components have detailed usage guides .
Type: Default Value: true
Type:
Type: Default Value: true
This format is just used to be able to configure 'use as LocalDateTime'
Set the styleclasses that should be applied at to this component
Whether the button is visible or not
Handle changed data, return false if the value should not be accepted. JSEvent.data will contain extra information about dataproviderid, its scope and the scope id (record datasource or form/global variable scope)
Parameters:
Dates that should be disabled.
Parameters:
Days of the week that should be disabled.
Parameters:
Set the min date or max date that can be selected
Parameters:
Type:
Type:
Type: Default Value: "light"
Type:
Type:
{} oldValue
{} newValue
{} event
Returns: {}
{} dateArray An array of dates to be disabled in the component.
{} dayArray An array of numbers representing the days of the week to be disabled, where 0 corresponds to Sunday and 6 to Saturday.
{} minDate The earliest date that can be selected in the Servoy component.
{} maxDate The latest date that can be selected in the Servoy component.