跳至内容
菜单
此问题已终结
2 回复
4294 查看

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

形象
丢弃
最佳答案

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

形象
丢弃
最佳答案

Are user tips gone in Version 7?

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

形象
丢弃
相关帖文 回复 查看 活动
2
3月 25
7474
1
5月 15
5698
1
12月 17
3499
1
3月 16
4406
0
3月 15
5299