Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个非常简单的问题。如何在状态栏上添加自己的消息?
嗯,你可以通过对 mochikit 的理解在 form.mako 中自定义消息。
看起来form客户端中的类有一个message_state()在状态栏中显示消息的方法。如果您浏览该client/bin/modules/gui/window/form.py文件,您会发现几个调用。我没有看到任何从标准模块中设置该消息的简单方法,因此您可能不得不破解客户端代码。
form
message_state()
client/bin/modules/gui/window/form.py
如果您想在常规模块代码中显示一条消息,我认为您会遇到弹出警告对话框。