My HTML:
<div id="mainNavigation">
<ul id="primaryNav" class="navigation primaryNav clearfix">
<li id="bTab" class="navItem navItem-current">
<a href="http://www.mysite.com/MemberHome?lnkce=sntDd&lnkctr=mhbwse"
title="Browse DVDs">
<span class="w1">
<span class="w2">Browse DVDs</span>
</span>
</a>
</li>
<li id="wnTab" class="navItem">
<a href="http://www.mysite.com/WiHome?lnkctr=mhWN&lnkce=sntWi"
title="Watch movies instantly on your PC">
<span class="w1">
<span class="w2">Watch Instantly</span>
</span>
</a>
</li>
<li id="qTab" class="navItem">
<a href="http://www.mysite.com/Queue?lnkce=sntQu&lnkctr=mhbque"
title="Your Queue">
<span class="w1">
<span class="w2">Your Queue</span>
</span>
</a>
</li>
</ul></div>
MY MODULE DEF:
ui.Container(uid:"mainnav", clocator:[tag:"div", id:"mainNavigation"]){
List(uid: "navtabs", clocator: [tag: "ul", id:
"primaryNav"],separator: "li"){
UrlLink(uid: "all", clocator: [:])
}
}
QUESTION:
How do I get the value of the 'li' element at [3].
Example. getValue "mainnav.navtabs[3] expected to return "Your Queue"
getValue is not working for me.. .any pointer appreciated.
Thanks
Manoj
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---