cancel
Showing results for 
Search instead for 
Did you mean: 

Layout

Former Member
0 Kudos

Hi friends,

i have two text inputFields in the layout in one line. now I want to move one of them to the next line,but i can't change the layout. Anyone can tell me how to do it?

thanks in advance.

qiuguo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

what do you mean can't change the layout? You mean you are not able or not allowed?

If it's the last one and you have eg now a gridlayout, you can change everything to

matrixlayout and just put matrixHeadData for every element that should begin a line

this way you don't need to fill every line to the end and can place everything where

you want, if you can use the invisible uielement to fill the blank columns.

grtz

Koen

Former Member
0 Kudos

Hi,

i mean the last one.

now i have used the group UI element to solve it.

thanks.

qiuguo

Answers (3)

Answers (3)

Former Member
0 Kudos

hi ,

Just do one thing take Matrix layout .

Now when you add Matrix layout to group of UI elemenent , they will be in line unless you dont specify Matrix head data .

From whichever UI element you want it to take to new line just make layout as MatrixHeadData .

<b> MatrixHeadData</b> allows you to take UI to next line .

Cheers

Parry

Former Member
0 Kudos

What the layout of the container that has these two input fields?

Former Member
0 Kudos

HI,

the ROOTUIELEMENTCONTAINER.

expect for your response.

thanks.

qiuguo

Former Member
0 Kudos

Hi,

what is the layout type??

could you do a little drawing? of what you are trying to achieve?

grtz

Koen

Former Member
0 Kudos

Well, ROOTUIELEMENTCONTAINER is the element.

I need the type of layout for this container

Former Member
0 Kudos

HI Harish ,

I am a new to webdyn.

i don't konw how to get the type of layout for this container . can you show me?

thanks .

qiuguo

Former Member
0 Kudos

Well it is prettu simple, you can click on the element in se80 and in the properties to can see the value in the layout property. By default it is Flowlayout.

Former Member
0 Kudos

Hi Qiuguo,

You can use transparent container for another input field.

Put it in transparent container and change the layout property of that container

as per your requirement.

Hope this will solve your problem.

Cheers,

Darshna.

Former Member
0 Kudos

Hi Darshna ,

thanks for your reply.

But the way you said is still not convenient. I need a easy and direct way.

Any other advice?

qiuguo