virtual container is just a conceptual Container you used to group
elements
together. The virtual container will not produce any additional xpath
and it is just a
Container to make it easier to refer objects.

I will consider your suggestion.

Thanks,

Jian

On Feb 21, 4:02 am, Harihara Vinayakaram <[email protected]> wrote:
> Thank you  John. That helped
>
> Is there a tutorial series on the virtual container like you have on the
> JavaScript RespondTo and List elements
>
> Thanks
> Regards
> Hari
>
> On Sat, Feb 21, 2009 at 2:12 PM, John <[email protected]> wrote:
>
> > 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