Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
4247 Vistas

Can someone please tell me how to enable user tips in V7? It was a simple check-mark in V6.1 but I am not able to find the corresponding function in V7.

Thank you in advance

Avatar
Descartar
Mejor respuesta

Now you can view it by hovering on the label if it has any help tooltip.

You can add help tooltip in py by

_columns = {
        'example':  fields.char('Example', help="Example Help message."),
    }

Avatar
Descartar
Mejor respuesta

Are user tips gone in Version 7?

No, you still can hover at any label and get the tooltip if available.

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
mar 25
7392
1
may 15
5646
1
dic 17
3463
1
mar 16
4323
0
mar 15
5272