English 中文(简体)
Framework7 - Calendar
  • 时间:2024-10-18

Framework7 - Calendar


Previous Page Next Page  

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 Calendar Parameters

Framework7 provides a pst of parameters, which are used with calendar.

2 Calendar Methods & Properties

You will get an initiapzed instance variable to use the calendar methods and properties, once you initiapze the calendar.

3 Access to Calendar s Instance

It is possible to access the calendar instance from its HTML container when you initiapze the calendar as inpne.

Advertisements