cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
Françoise
Level V

Couleur HTML

Bonjour,

 

quand on publie en HTML interactif, on peut changer la couleur de fond (gris clair, gris foncé et noir sous HTML).

Est-ce que ce paramètre peut se coder dans le script pour faire apparaître l'HTML interactif avec la couleur de fond choisi ?

 

cordialement

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Couleur HTML

You can set the background color theme in the preferences (File > Preferences > Style).

092110.png

 

 


If you want to do it using JSL, you can write like this. Please beaware that changing a preference will affect the default behavior of JMP. 

/* Light Backgroud | Dark Background | Gray Background */
Preferences( Interactive HTML Color( "Dark Background" ) );


Hope this helps.

View solution in original post

2 REPLIES 2

Re: Couleur HTML

You can set the background color theme in the preferences (File > Preferences > Style).

092110.png

 

 


If you want to do it using JSL, you can write like this. Please beaware that changing a preference will affect the default behavior of JMP. 

/* Light Backgroud | Dark Background | Gray Background */
Preferences( Interactive HTML Color( "Dark Background" ) );


Hope this helps.

Françoise
Level V

Re: Couleur HTML

Bonjour,

 

Parfait !  je n'avais pas vu dans les préférences qu'on pouvait régler les couleurs de fond de l'HTML.

celà répond à ma question.

 

merci.

 

cordialement