コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
4333 ビュー

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
7548
1
5月 15
5749
1
12月 17
3533
1
3月 16
4446
0
3月 15
5386