cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Field Extension - arrangement issue in the container

balajee_duraira
Newcomer
0 Kudos

Hi Experts,

I have modified the structure through enhancment and added custom fields. In the personalization for an iview screen, I edited the custom fields and added the field to the required transparent container. But the problem is, the field I added is coming in the 2nd row. I need this custom field to be placed along side the standard field. Consider Field1 is standard field in the iview. I have added a custom field called ZZFIELD. I need it to appear as FIELD1 ZZFIELD in a single row and not as below in 2 different rows.

FIELD1

ZZFIELD

Is it possible through the Personalization itself? or the flow layout of the iview UI element need to be changed in the WDJava?

Thanks in advance,

Balajee

Accepted Solutions (0)

Answers (1)

Answers (1)

p330068
Active Contributor
0 Kudos

Hi Balajee,

Are talking about NWDS iview UI elemenet. If so, then

You need to change properties for transparent container from flow layout to Grid Layout for managing the two field in the same row. Also change the layout properties of Grid Layout for ColCount set to 2.

Hope this will helps you.

Thanks

Arun Jaiswal