Sorry, I thought you only have one li inside ul. Yes, for the repeated
pattern,
you should List. In your case, you may be able to use a virtual
Container, i.e.,
its clocator is [:] to include all the different elements inside the
li element.
More specifically, use

ui.Container(uid: "featuredproducts", clocator: [id:
"featured-products_block_center", tag: "div"], group: "true") {
            ui.List(uid: "list", clocator: [tag: "ul"], separator:
"li") {
               Container("all", clocator: [:]){
                      UrlLink(uid: "title", clocator: [text: "View",
class: "button", title: "View"])
                      ......
                      other elements inside the li tag
                  }
            }
        }

Thanks,

Jian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to