We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In VDOM Event Support there are two lines with typos in the first code example; corrected:
from IPython.display import display return button(str(count), onClick=on_click, style={'width': '100', 'height': '40'})
The second code example has typos, too, corrected:
from IPython.display import display model = vdom.div( vdom.a("click this link", href-"#", onClick=inner_on_click), onClick=outer_on_click )
but even after corrected it doesn't run:
AttributeError: module 'vdom' has no attribute 'eventHandler'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In VDOM Event Support there are two lines with typos in the first code example; corrected:
The second code example has typos, too, corrected:
but even after corrected it doesn't run:
The text was updated successfully, but these errors were encountered: