-
Notifications
You must be signed in to change notification settings - Fork 44
FLUT-5947- [Feature] UG document for calendar and date picker #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Build Status: INPROGRESS 🔃 |
@@ -139,6 +139,33 @@ Extend the selected range with the new selected date in any date range picker vi | |||
>**NOTE** | |||
* The hovering effect which occurs while extending the range will not be displayed when the `DateRangePickerNavigationMode` is set as `DateRangePickerNavigationMode.scroll`. | |||
|
|||
## Extendable range selection Direction | |||
It allows to extend the selection direction by using the [extendableRangeSelectionDirection]() property of the DateRangePicker. | |||
You can set extendable range selection direction is forward, backward, both and none. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extendable range selection direction can be set as forward, backward, both and none.
{% endtabs %} | ||
|
||
>**NOTE** | ||
* If it set to none, doesn’t allows to extend the selection. It will remains the initial range. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- If it is set to none, it won't allow to extend the selection. It will remain in the initial range.
- If it is set to forward direction, the start date will not be changed here.
- If it is set to backward direction, the end date will not be changed here.
Flutter/calendar/callbacks.md
Outdated
@@ -76,6 +76,46 @@ Widget build(BuildContext context) { | |||
>**NOTE** | |||
* For recurrence appointment, the tap details will always return as `Appointment`, even for the custom business object. | |||
|
|||
## Calendar details callback | |||
|
|||
Return calendar details based on the given offset passed through argument by using [getCalendarDetailsAtOffset]() method. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Return calendar details based on the given offset passed through argument by using the getCalendarDetailsAtOffset method.
Build Status: INPROGRESS 🔃 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fine
Description
I have added the user guide documentation for volume 4 features content of flutter calendar and date range picker. The prepared content was reviewed by @IshwariyaGuru
The content review task link is followed by https://syncfusion.atlassian.net/browse/DOC-3943