List of visual CSS parameters in help

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
saboteur
Posts: 27
Joined: Mon Jan 08, 2018 10:25 am

List of visual CSS parameters in help

Post by saboteur »

Hi,

It would be realy helpfull to have a complete list of what visual features can be controlled through CSS.

E.G to change the default font of a window use :

Code: Select all

! $(".spiderwindow").css("font-family", "Calibri");
! $(".spiderwindow").css("font-size", "12px");
I know there are commands such as setgadgetfont etc, but this gives much finer grain control of an applications/windows visual feel.

At the moment it's time consuming trial and error, changing one thing, running to see the efect (if any) and then trying again.

Maybe something added into the Help where web colours are.

Thanks