Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
4237 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Jawaban Terbai

Are user tips gone in Version 7?

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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
2
Mar 25
7384
1
Mei 15
5636
1
Des 17
3455
1
Mar 16
4315
0
Mar 15
5264