]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
input panel: Add drawing of layout
authorDominic Jäger <d.jaeger@proxmox.com>
Fri, 27 Nov 2020 11:08:12 +0000 (12:08 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Jan 2021 17:54:49 +0000 (18:54 +0100)
commitbcc48f062cfada820f8ee610a97798997673949c
treec38069fd1f3069b676e05cb60f77a7e7ae9f3259
parent0753b980c8aa08d76ba59422f7dc443c7a13b21d
input panel: Add drawing of layout

The drawing makes clear in a few seconds:
 - what columnT and columnB stand for
 - what additional containers and panels are created
 - to which of those the elements of column1, column2... go to

When you're in the JS debugger and lost overview of where in this
element hierarchy you are, you can quickly check xtype + layout. Then
consulting this drawing solves the mistery.

Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
src/panel/InputPanel.js