Skip to content

Common javascript and HTML tips

EltonFF edited this page Oct 31, 2019 · 2 revisions

Some html and javascript window manipulations will work on BigBashView windows.

|| on HTML/Javascript || behavior on BigBashView Window || || html <title> tag on head || Change window title || || html <link REL="SHORTCUT ICON" HREF=""> tag on head || Change window icon || only QT || javascript window.close || Closes the window || || javascript window.resizeTo || Resizes the window || only GTK || javascript window.moveTo || Moves the window || only GTK

To see those javascript and HMTL tips in action, see the folder javascript_html_tips inside the demos folder of your BigBashView package

Clone this wiki locally