@qooxdoo/framework
Version:
The JS Framework for Coders
24 lines (15 loc) • 730 B
Markdown
Spacer
======
A Spacer is a "virtual" widget, which can be placed into any layout and takes the space a normal widget of the same size would take.
Features
--------
- Spacers are invisible and very light weight because they don't require any DOM modifications
Demos
-----
Here are some links that demonstrate the usage of the widget:
- [This demo shows how spacers can be used to configure vraiable spacing in a grid.](apps://demobrowser/#layout~Spacer_Grid.html)
- [This demo shows how spacers can be used to configure vraiable spacing in a box layout.](apps://demobrowser/#layout~Spacer_HBox.html)
API
---
Here is a link to the API of the Widget:
[qx.ui.core.Spacer](apps://apiviewer/index.html#qx.ui.core.Spacer)