Skip to content

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

Merged
merged 2 commits into from
Dec 10, 2021

Conversation

muthulakshmi-123
Copy link
Contributor

@muthulakshmi-123 muthulakshmi-123 commented Dec 3, 2021

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

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: FLUT-5947-vol4-UG-doc

@SyncfusionBuild
Copy link
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: FLUT-5947-vol4-UG-doc
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
FT Layout Syntax Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0

@@ -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.
Copy link

@IshwariyaGuru IshwariyaGuru Dec 10, 2021

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.

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.

@@ -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.

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.

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: FLUT-5947-vol4-UG-doc

@SyncfusionBuild
Copy link
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: FLUT-5947-vol4-UG-doc
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
FT Layout Syntax Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0

Copy link
Contributor

@Nijamudeen-Mohamed Nijamudeen-Mohamed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fine

@Nijamudeen-Mohamed Nijamudeen-Mohamed merged commit a9f08fa into development Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants