如何设置 dojo dropdownselect 的大小?
我在页面中使用 dojox.form.DropDownSelect (不过滤选择)。但我无法限制下拉菜单的高度。我尝试使用 size、maxHeght 等,但下拉列表随着列表的增长而增长。
有什么办法限制高度吗?
I am using dojox.form.DropDownSelect (not filtering select) in my page. But I am not able to restrict the height of the dropdown. I tried using size, maxHeght etc. but the drop down leep growing as the list grows.
Is there any way to restrict the height?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道是否已经有一种方便的、有记录的方法。您只是尝试猜测还是实际搜索了 API 参考?
如果没有,您可以尝试通过 Firebug 检查生成的 dom 结构。那里可能有一个 div 表格,您可以通过 css 规则限制高度。
I don't know if there is a convenient, documented, way already there. Did you just try to guess things or did you actually search the API reference?
In case there is not you could try inspecting the generated dom structure through Firebug. There is probably a div ot table somewhere in there that you can limit the height via a css rule.