Update py-click.md (#1499)

Add links to other events so its clear py-click is not a limitation or umbrella term for the only kind of interaction.
This commit is contained in:
Neon22
2023-06-06 03:12:42 +12:00
committed by GitHub
parent 17d16b987f
commit 4467898473

View File

@@ -1,6 +1,6 @@
# Handling click events
This tutorial will show you how to use the `py-click` attribute to handle mouse clicks on elements on your page. The `py-click` attribute is a special attribute that allows you to specify a Python function that will be called when the element is clicked.
This tutorial will show you how to use the `py-click` attribute to handle mouse clicks on elements on your page. The `py-click` attribute is a special attribute that allows you to specify a Python function that will be called when the element is clicked. There are many other events such as py-mouseover, py-focus, py-input, py-keyress etc, which can be used as well. They are listed here [Attr-to-Event](../reference/API/attr_to_event.html)
## Development setup