📅  最后修改于: 2021-01-02 05:58:27             🧑  作者: Mango
Framework7表单用于与用户进行交互并使用文本字段,复选框,单选按钮等从Web用户收集数据。Framework7提供了不同类型的表单元素,以使应用程序顺畅地工作。
其中一些指定如下:
Index | Overlay Type | Description |
---|---|---|
1) | Form Elements | Form elements are used to make good looking form layouts. |
2) | Checkboxes and Radios | The list view extension facilitates you to create checkbox and radio inputs in Framework7. |
3) | Smart Select | Smart select provides an easy way to change form select to dynamic pages by using groups of checkboxes and radio inputs. |
4) | Disabled Elements | The elements can be disabled by applying the disabled class to the element or adding disabled attributes for form element. |
5) | Form Data | Framework7 has some useful methods, which makes working with forms easy. |
6) | Form Storage | It is easy with the form storage to store and parse forms data automatically on Ajax loaded pages. |
7) | Ajax Form Submit | Framework7 allows you to send data automatically using Ajax. |