cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the amazon book list design with the RowRepeater

former_member184588
Active Participant
0 Kudos

Hello,

at the moment I am programming a small book management application. After the fight with the row repeater (that at least was a bug in the rowrepeater) I would like to have a desing like the amazon-list:

http://www.amazon.com/s/ref=nb_ss?url=search-alias%3Dstripbooks&field-keywords=sap

Could someone tell me how I can achive this?

- How can I use the Image with the url to the image.

- How can I get the title as link to a view that shows the details of the book (is it LinkToAction? if yes, how can I pass a parameter?)

- How can I get the design with 2 cols and for the text new lines?

Thank you very much in advance and have a nice week,

Vanessa

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
How can I use the Image with the url to the image.

With image you cannot have URL. You have use Image UI element and you can place an linktourl element below the image.

How can I get the title as link to a view that shows the details of the book

For links, you are right . You have to use LinkToAction UI element. On the Action of Link , you can get the value selected by reading the attribute binded to that link.

How can I get the design with 2 cols and for the text new lines

For columns , you have to use Table UI element.

For designing you view according to the requirements , you can use various UI elements :

Tray , Group , Transparent containers. These would help you in making specific containers or grouping particular set of elements together.

former_member184588
Active Participant
0 Kudos

Thanks. I will try it out.

Answers (1)

Answers (1)

former_member184588
Active Participant
0 Kudos

Hello,

no ideas about it? Is the question to stupid?

Thx, Vanessa