You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
html-parser (Widget.fromHTML()) that is capable to compile HTML-code into DOM-objects of the html5 library, and an extra-feature to bind them to their root node for further access. This attempt makes it possible to create PyJS apps using the HTML5 library without creating every single element by hand.
A more distinct way for Widget.hide() and Widget.show() that cannot be overridden by styling. (setting "hidden" does not work when another display value is set).
Utility functions Widget.enable() and Widget.disable().
Minor changes
Directly append text in construction of Div() and Span().
Allow for tuple and list processing in table cell assignments.
Adding utils.parseFloat() and utils.parseInt() utility functions.