Framework7 setting allows you to click on the external area of the pop-up box to close the pop-up layer

Source: Internet
Author: User

Three types of pop-up boxes in 1,framework7

(1) modal frame (modal): The default click on the external area does not close the pop-up box

The Modal box includes: Alert box (alert), Confirmation box (Confirm), prompt box requiring user input (Prompt)

(2) Action sheet (action Sheet): The default click External area will automatically close

(3) pop-up layer (popup): The default click External area will automatically close


2, modify the default shutdown mode

The modal box will also be closed if you want to click the external area of the modal box (modal). Or do not allow clicking on the action Sheet (action), pop-up (popup) external area will automatically close.
We can make the following modifications when FRAMEWORK7 is initialized.


Initialize App
var myApp = new Framework7 ({
Modalclosebyoutside:true,
Actionsclosebyoutside:false,
Popupclosebyoutside:false
});

3, parameter description
(1) Modalclosebyoutside: Modal box (modal) is allowed to be closed by clicking externally (default value: false)
(2) Actionsclosebyoutside: Operation table (Action Sheet) is allowed to be closed by clicking externally (default value: TRUE)
(3) Popupclosebyoutside: Pop-up Layer (popup) is allowed to be closed by clicking outside (default value: TRUE)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.