@qooxdoo/framework
Version:
The JS Framework for Coders
35 lines (22 loc) • 910 B
Markdown
Resizer
=======
The Resizer is a resizable container widget.
Preview Image
-------------

Features
--------
- Configurable whether all four edges are resizable or only the right and bottom edge
- Live resize or resizing using a resize frame (like in the screen shot)
- Sensitivity configurable i.e. The number of pixels on each side of a resize edge, where the resize cursor is shown.
Description
-----------
The Resizer is a generic container just like a composite, which can be resized by using the pointer. Either all edges or only the right and bottom edge can be configured to be resizable.
Demos
-----
Here are some links that demonstrate the usage of the widget:
- [Resizer demo](apps://demobrowser/#widget~Resizer.html)
API
---
Here is a link to the API of the Widget:
[qx.ui.container.Resizer](apps://apiviewer/index.html#qx.ui.container.Resizer)