cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
Françoise
Level VI

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 VI

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

Recommended Articles