mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-25 14:01:47 -04:00
Add support to py- events that map all js events available (#561)
* added the py- events throughout pyscript.ts * Integrated the py- event throughout the examples * Fixed spelling error
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="control">
|
||||
<button id="run" type="button" class="button is-primary" pys-onClick="run">Run!</button>
|
||||
<button id="clear" type="button" class="button is-danger" pys-onClick="clear">Clear</button>
|
||||
<button id="run" type="button" class="button is-primary" py-onClick="run">Run!</button>
|
||||
<button id="clear" type="button" class="button is-danger" py-onClick="clear">Clear</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user