mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
Code documentation
This commit is contained in:
parent
da92471920
commit
45f9801df8
@ -149,6 +149,14 @@ export class Et2HBox extends Et2Box
|
|||||||
|
|
||||||
customElements.define("et2-hbox", Et2HBox);
|
customElements.define("et2-hbox", Et2HBox);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @summary Vertically align child widgets
|
||||||
|
*
|
||||||
|
* This box includes styling to stop children from growing vertically.
|
||||||
|
* Set css```flex-grow: 1``` on the child to allow it to grow.
|
||||||
|
*
|
||||||
|
* @slot - Any other widget
|
||||||
|
*/
|
||||||
export class Et2VBox extends Et2Box
|
export class Et2VBox extends Et2Box
|
||||||
{
|
{
|
||||||
static get styles()
|
static get styles()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user