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.
我有一个面板,在这个面板的顶部栏中我有一些按钮。 我选择下面的按钮:
mypanel button[action=draw]
但我想从面板的 tbar 中选择按钮。 我怎么做?
真的很难理解你问什么。选择器看起来不错。它在面板内选择一个带有“绘制”动作的按钮,它可以在或不在 tbar 内。
如果button[action=draw]面板中有两个,则可以在 tbar 中使用mypanel toolbar button[action=draw].
button[action=draw]
mypanel toolbar button[action=draw]
如果您在变量中有工具栏的引用,请这样做:tbar.down('button[action=draw]')
tbar.down('button[action=draw]')