Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
4323 Vistas

<tree multi_edit="1" decoration-success="state == 'offer_received'" decoration-bf="state == 'offer_accepted'" decoration-muted="state == 'sold'">


  • Properties with an offer received are green

  • Properties with an offer accepted are green and bold

  • Properties sold are muted

how to show green with bold color on offer accepted

Avatar
Descartar
Mejor respuesta

Hi,

Try code below.

<tree multi_edit="1" decoration-success="state == 'offer_received'" decoration-bf="state == 'offer_accepted' and {'color': 'green', 'font-weight': 'bold'}" decoration-muted="state == 'sold'">


Hope it helps


Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
3
ago 25
2226
1
may 25
2506
1
abr 25
3496
1
abr 25
1799
4
mar 25
6922