Claus1 / unigui

Universal GUI Framework and Protocol (Python)
MIT License
76 stars 4 forks source link

how to use javascript function in python code #4

Closed bobwatcherx closed 1 year ago

bobwatcherx commented 1 year ago

can run browser functions such as Alert window, and others, or the term run_javascript

Claus1 commented 1 year ago

javascript, CSS is not accessible for programming unigui because all front-end programming is done automatically. You have to describe your pure data. alert and others work by returning from handlers Warning, Info, Error.