Fórum

Liferay 6.1.1 how to programmatically set the width of an expando field?

thumbnail
Elijah Mangason, modificado 11 Anos atrás.

Liferay 6.1.1 how to programmatically set the width of an expando field?

Junior Member Postagens: 65 Data de Entrada: 14/05/12 Postagens Recentes
I need to create expandos from a startup hook as described in this post. What's missing is how to set the width of the expando fields from the hook. Would anyone know how to accomplish this programmatically?
thumbnail
Ray Augé, modificado 11 Anos atrás.

RE: Liferay 6.1.1 how to programmatically set the width of an expando field

Liferay Legend Postagens: 1197 Data de Entrada: 08/02/05 Postagens Recentes
Do you mean the hints used for the input fields or the physical size constraint on the value stored in the DB?
thumbnail
Elijah Mangason, modificado 11 Anos atrás.

RE: Liferay 6.1.1 how to programmatically set the width of an expando field

Junior Member Postagens: 65 Data de Entrada: 14/05/12 Postagens Recentes
Thanks for asking! I'm simply trying to resize the custom field's text box. By default, it's really big. Through the UI it can be resized using the 'height' and 'width' parameters. How can I adjust the width of the custom fields textbox using code. I couldn't find a setWidth() method that looked like it would work in this case. Any ideas?