掲示板

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

thumbnail
11年前 に Elijah Mangason によって更新されました。

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

Junior Member 投稿: 65 参加年月日: 12/05/14 最新の投稿
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
11年前 に Ray Augé によって更新されました。

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

Liferay Legend 投稿: 1197 参加年月日: 05/02/08 最新の投稿
Do you mean the hints used for the input fields or the physical size constraint on the value stored in the DB?
thumbnail
11年前 に Elijah Mangason によって更新されました。

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

Junior Member 投稿: 65 参加年月日: 12/05/14 最新の投稿
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?