-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
would it be possible to change to something like this?
<BODY>
<h1>Hello world!</h1>
<div id="dec" class="decorated"></div>
<button id = b1 class = "button" onClick="sayHi"></button>
<h1 id = resp class = "response"></h1>
<py-script>
pyscript.write('dec', 'Hello World decorated')
pyscript.write('b1', 'BuTTon')
def sayHi():
pyscript.write('resp','I have been clicked')
</py-script>
</BODY>
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists