Framework7 Components
- Framework7 - Lazy Load
- Framework7 - Notifications
- Framework7 - Message Bar
- Framework7 - Messages
- Framework7 - Infinite Scroll
- Framework7 - Refresh
- Framework7 - Calendar
- Framework7 - Picker
- Framework7 - Autocomplete
- Framework7 - Photo Browser
- Framework7 - Swiper Slider
- Framework7 - Tabs
- Framework7 - Forms
- Framework7 - Action Button
- Framework7 - Buttons
- Framework7 - Chips
- Framework7 - Cards
- Framework7 - Accordion
- Framework7 - List Views
- Framework7 - Progress Bar
- Framework7 - Preloaders
- Framework7 - Overlays
- Framework7 - Layout Grid
- Framework7 - Content Block
- Framework7 - Side Panels
- Framework7 - Status Bar
- Framework7 - Search Bar
- Framework7 - Toolbars
- Framework7 - Navbars
- Framework7 - Layouts
Framework7 Styling
Framework7 Templates
Framework7 Fast Clicks
Framework7 Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Framework7 - Calendar
Description
The Calendar component allows you to handle dates easily and can be used as an inpne or as an overlay component. The overlay calendar will be converted to popover on tablets automatically.
Calendar can be created and initiapzed only by using JavaScript. You need to use the related App s method as shown below −
myApp.calendar(parameters) − This method returns initiapzed calendar instance. It accepts an object as paramaters.
The following table shows the calendar usage in Framework7 −
S.No | Calendar Usage & Description |
---|---|
1 | Framework7 provides a pst of parameters, which are used with calendar. |
2 | You will get an initiapzed instance variable to use the calendar methods and properties, once you initiapze the calendar. |
3 | It is possible to access the calendar instance from its HTML container when you initiapze the calendar as inpne. |