cancel
Showing results for 
Search instead for 
Did you mean: 

Possible to simulate HTML rowspan?

Former Member
0 Kudos

Hi WebDyn Pro's,

Is it possible to mimic HTML rowspan syntax in WebDynpro?

In particular, I would like the first column of ROW1 to contain a tall image. In the second column of ROW1, I would like to list a links, listed vertically down the page.

Thanks,

Kevin

Accepted Solutions (1)

Accepted Solutions (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Kevin,

Yes, it's possible. Just use MatrixLayout and TransparentContainers to achieve you want. In case you would like to have the following:


--------------
|     |      |
|     |------|
|     |      |
--------------

Use a TransparentContainer for the left and right side and add two child containers to the right TransparentContainer.

Best regards,

Thomas

Message was edited by: Thomas Szuecs

Former Member
0 Kudos

Thomas,

Wrap your sample layout in [ code ] [ /code ] section.

VS

thomas_szcs
Active Contributor
0 Kudos

Thanks for hint, Valery. <code> didn't work and so I gave up. g

Former Member
0 Kudos

Hi Valery,

Thank you for the feeback. I'm new to WebDynpro. Can you describe how to do this in a little more detail? I'd like to give it a try.

Kevin

Former Member
0 Kudos

Thanks for the advice Thomas. I'll give it a try. The approach sounds very logical. I'm glad to see that WebDynpro is flexible in this regard. I can see many benefits from using "Transparent Containers".

Kevin

Former Member
0 Kudos

Kevin,

My reply was irrelevant to your question, I've just pointed out to Thomas how to better format post on SDN

VS

Answers (0)