📜  Framework7日历

📅  最后修改于: 2021-01-02 06:38:08             🧑  作者: Mango

Framework7日历/日期选择器

日历是Framework7中的一个组件,可帮助您轻松处理日期,并且可以用作内联或叠加组件。重叠式日历将自动转换为平板电脑上的弹出框。

您可以使用JavaScript创建和初始化日历。您必须使用相关应用程序的方法,如下所示:

myApp.calendar(parameters):此方法返回初始化的日历实例。它接受一个对象作为参数。

日历的用途

在Framework7中,日历的用法主要有三种:

Index Calendar Description
1) Calendar Parameters Framework7 provides a list of parameters, which are used with calendar.
2) Calendar Methods & Properties Once you initialize the calendar, it provides you an initialized instance variable to use the calendar methods and properties.
3) Access to Calendar’s Instance It is possible to access the calendar instance from its HTML container when you initialize the calendar as inline.