Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
4331 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Risposta migliore

Are user tips gone in Version 7?

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

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
mar 25
7544
1
mag 15
5745
1
dic 17
3528
1
mar 16
4441
0
mar 15
5385