Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
4245 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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."),
    }

Awatar
Odrzuć
Najlepsza odpowiedź

Are user tips gone in Version 7?

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
mar 25
7387
1
maj 15
5643
1
gru 17
3460
1
mar 16
4320
0
mar 15
5269