Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
link to simple-overlay example
Browse files Browse the repository at this point in the history
  • Loading branch information
valdrinkoshi committed Jun 6, 2016
1 parent 3fda0d0 commit f81275d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion iron-overlay-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@
on top of other content. It includes an optional backdrop, and can be used to implement a variety
of UI controls including dialogs and drop downs. Multiple overlays may be displayed at once.
See the [demo source code](https://github.com/PolymerElements/iron-overlay-behavior/blob/master/demo/simple-overlay.html)
for an example.
### Closing and canceling
A dialog may be hidden by closing or canceling. The difference between close and cancel is user
An overlay may be hidden by closing or canceling. The difference between close and cancel is user
intent. Closing generally implies that the user acknowledged the content on the overlay. By default,
it will cancel whenever the user taps outside it or presses the escape key. This behavior is
configurable with the `no-cancel-on-esc-key` and the `no-cancel-on-outside-click` properties.
Expand Down

0 comments on commit f81275d

Please sign in to comment.