Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 2 weeks ago
Alinear DateField al lado de un OptionGroup
Hola! Tengo el siguiente problema, tengo que alinear un elemento de tipo DateField al lado de una lista OptionGroup, todo dentro de un panel, pero el FormLayout del panel no me deja ubicarlo así
content.addComponent(fecha, "top:15px;left:15px);
Les dejo el código como lo tengo actualmente para ver si me pueden ayudar y adjunto un pantallazo:
FormLayout content2 = new FormLayout();
content2.addComponent(radioquery2);
content2.addComponent(fecha);
panel2.setContent(content2);
Muchas gracias!
Last updated on
Hola, no me queda claro a qué te refieres con "alinear"? Podrías adjuntar una imagen de un boceto con lo que quieres lograr?
Last updated on
You cannot reply to this thread.