Framework7 - Action Sheet Events



Description

To detect how a user interacts with the Action Sheet, you can use Action Sheet events as shown in following table −

S.No Events & Description Target
1

open

When the Action Sheet begins its opening animation, this event will be triggered.

Action Sheet Element

<div class = "actions-model">

2

opened

After the Action Sheet completes its opening animation, this event will be triggered.

Action Sheet Element

<div class = "actions-model">

3

close

When the Action Sheet begins its closing animation, this event will be triggered.

Action Sheet Element

<div class = "actions-model">

4

closed

After the Action Sheet completes its closing animation, this event will be triggered.

Action Sheet Element

<div class = "actions-model">

framework7_overlays.htm
Advertisements