ocsigen / eliom

Multi-tier framework for programming web and mobile applications in OCaml.
http://eliom.org
Other
306 stars 54 forks source link

Add `toggle` and `beforetoggle` events for the `popover` API. #806

Open SylvainBoilard opened 3 weeks ago

SylvainBoilard commented 3 weeks ago

Hello,

This PR initially added support for toggle event handlers in details elements and was extended to support both toggle and beforetoggle events for the popover API.

See:

See also these related PRs:

Please let me know of any issues.

Cheers,