如何使用 qooxdoo 的最大可用空间
你好 我在我的应用程序中一直使用 qooxdoo。 我现在想知道,我需要做什么才能使用最大可用空间来创建一个小部件。
我想要的是在左侧有一个小部件。这个应该需要足够的空间才能正常。第二个小部件将增长到足以消耗右侧所有剩余空间。
Hi
I'm using qooxdoo all the way in my app.
And i want to now, what do i need to do to have a widget using the maximum space available.
The thing i want is to have a widget on the left side. This one should thake just enought space to be normal. And a second widget wich will grow enought to consume all the remaining space on the right side.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以依赖qooxdoo 的布局系统可以为您调整大小。
edge
和flex
布局属性使奇迹发生。You can just rely on qooxdoo's layouting system to do the resizing for you.
The
edge
andflex
layout properties are what make the magic happen.如果您点击此链接
http://qooxdoo.678.n2.nabble.com/qx -ui-root-td5886017.html
你将会得到答案
If your follow this link
http://qooxdoo.678.n2.nabble.com/qx-ui-root-td5886017.html
you'll have your answer