Languages

Menu
Sites
Language
dynamic build of a list using IDE

Hello,
I want to build an application using a webService.

This application display a list of items, each item have a detail view page.

I want to be able to use ONLY "UI Builder" to design this application.

 

Does Tizen Framework have a way to add easily an item to a list?

Thank you.

TFlorian

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 Replies
Raghavendra Reddy Shiva
Thanks for your post. We are working on this and will get back.
Lakshmi Grandhi
List can be added to html page using UI Builder, there are widgets available inside palete 1. select the listview and drop inside html page 2. select the list item and place inside listview, lits item properties can be changed during design or can be done javascript. 3. To add mulitple list items copy the list item and paste inside list view. http://i45.tinypic.com/2dkd8n8.png Please let me know if you need more details
Florian TRAON
Thank for you help Lakshmi Grandhi, But for point 3, "3. To add mulitple list items copy the list item and paste inside list view." the idea is to do this "copy / paste" using code only (and using framework) the cloneNode / appendChild method sound for me like a Hack Thank you for your help Florian.