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.
我正在使用一个comboBox,并且由于某种原因,当您有一些结果不起作用时,下拉菜单的自动触发器会出现。有什么办法可以动态触发。也许onChange事件?
comboBox
onChange
我正在使用dojo 1.6!
一个代码示例会很好,因为我们可以推荐替代方案或更好的解决方案,但如果您只想以编程方式打开下拉菜单,您应该在组合框对象上找到 openDropDown() 和 toggleDropDown() 函数。如果您有 dojo 源,您可以在 dijit/_HasDropDown.js 中找到更多与下拉相关的函数,该组合框继承自该组合框。