Navigating to an anchor

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 2. over 2 years by judah
  2. 1. over 2 years by judah
 

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"/>