Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
4012 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
1
may 25
2130
1
abr 25
3207
1
abr 25
1515
4
mar 25
6492
2
feb 25
2340