Hi,
How do I access a component from a different page?
Accessing locally in the page works fine: $(".locationName")
Using this notation that worked for another component has not worked:
$('#mapPage_mapPageHeaderId [name="locationNameId"]')
Doron
Hi,
How do I access a component from a different page?
Accessing locally in the page works fine: $(".locationName")
Using this notation that worked for another component has not worked:
$('#mapPage_mapPageHeaderId [name="locationNameId"]')
Doron
Hello!
Please provide more details. What are you trying to do?