Navigating to an anchor
History Key
- New content
Removed content
Recent Versions
Choose two versions to compare, or click the link to view it.
tbaYou can navigate to an anchor by specifying it's name in the hyperlink property.
<controls:TextLink text="Contact Us" id="contactUsLink1" hyperlink="#anchor"/>
You can also specify an anchor using the @ sign,
<controls:TextLink text="Contact Us" id="contactUsLink1" hyperlink="@anchor"/>
Or you can specify the vertical position,
<controls:TextLink text="Contact Us" id="contactUsLink1" hyperlink="@1000"/>